summaryrefslogtreecommitdiffstats
path: root/hello
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2023-04-23 15:43:56 -0500
committerJoel Sherrill <joel@rtems.org>2023-04-23 18:37:25 -0500
commitf75ac1da3ea09b2f35271f09b0795c1b083a3881 (patch)
tree3a2df371a2a201c6592f5a03588621e744eccc0f /hello
parentlivermore/wscript: POSIX threads does not require POSIX enabled (diff)
downloadrtems-examples-f75ac1da3ea09b2f35271f09b0795c1b083a3881.tar.bz2
*/.../Makefile: MANAGERS=all has been obsolete a LONG time
Diffstat (limited to 'hello')
-rw-r--r--hello/both_hello/Makefile3
-rw-r--r--hello/hello_world_c/Makefile3
-rw-r--r--hello/posix_hello_world/Makefile3
3 files changed, 0 insertions, 9 deletions
diff --git a/hello/both_hello/Makefile b/hello/both_hello/Makefile
index cbc87b8..ed0d065 100644
--- a/hello/both_hello/Makefile
+++ b/hello/both_hello/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/both_hello.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
diff --git a/hello/hello_world_c/Makefile b/hello/hello_world_c/Makefile
index 6956b28..4717c86 100644
--- a/hello/hello_world_c/Makefile
+++ b/hello/hello_world_c/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/hello.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
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)