diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -74,7 +74,7 @@ all = lib ${rt-apps} | |||
74 | 74 | ||
75 | rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \ | 75 | rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \ |
76 | base_mt_task runtests colortest testcounters \ | 76 | base_mt_task runtests colortest testcounters \ |
77 | colorspin singlepage perfmoncpu bespin | 77 | colorspin singlepage perfmoncpu bespin armsinglepage wss |
78 | 78 | ||
79 | .PHONY: all lib clean dump-config TAGS tags cscope help | 79 | .PHONY: all lib clean dump-config TAGS tags cscope help |
80 | 80 | ||
@@ -253,6 +253,11 @@ lib-testcounters = | |||
253 | 253 | ||
254 | obj-perfmoncpu = perfmoncpu.o perfcounters.o | 254 | obj-perfmoncpu = perfmoncpu.o perfcounters.o |
255 | 255 | ||
256 | obj-armsinglepage = armsinglepage.o color.o common.o | ||
257 | |||
258 | obj-wss = wss.o color.o common.o | ||
259 | lib-wss = -lrt | ||
260 | |||
256 | # ############################################################################## | 261 | # ############################################################################## |
257 | # Build everything that depends on liblitmus. | 262 | # Build everything that depends on liblitmus. |
258 | 263 | ||