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