summaryrefslogtreecommitdiffstats
path: root/userspace/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile.sources')
-rw-r--r--userspace/Makefile.sources7
1 files changed, 5 insertions, 2 deletions
diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources
index e0ad3eb4..329871f8 100644
--- a/userspace/Makefile.sources
+++ b/userspace/Makefile.sources
@@ -45,5 +45,8 @@ CORE_HEADERS := \
45 $(CORE_SRC)/../include/unit/*.h 45 $(CORE_SRC)/../include/unit/*.h
46 46
47# Each directory under the UNIT_SRC directory should correspond to one module. 47# Each directory under the UNIT_SRC directory should correspond to one module.
48UNITS := \ 48UNITS := \
49 $(UNIT_SRC)/test 49 $(UNIT_SRC)/posix-bitops
50
51# A test unit. Not really needed any more...
52# $(UNIT_SRC)/test