summaryrefslogtreecommitdiffstats
path: root/hello/posix_hello_world/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/posix_hello_world/Makefile')
-rw-r--r--hello/posix_hello_world/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/hello/posix_hello_world/Makefile b/hello/posix_hello_world/Makefile
index 600818b..9674bc6 100644
--- a/hello/posix_hello_world/Makefile
+++ b/hello/posix_hello_world/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/posix_hello.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)