summaryrefslogtreecommitdiffstats
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/adamain/Makefile3
-rw-r--r--misc/bspcmdline/Makefile3
-rw-r--r--misc/minimum/Makefile3
-rw-r--r--misc/nanosecond_tick_wrap/Makefile3
-rw-r--r--misc/qemu_vfat/Makefile3
-rw-r--r--misc/x86_display_cpu/Makefile3
6 files changed, 0 insertions, 18 deletions
diff --git a/misc/adamain/Makefile b/misc/adamain/Makefile
index 191bb81..739fdf3 100644
--- a/misc/adamain/Makefile
+++ b/misc/adamain/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/adamain.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = adacode.c rtems_init.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
diff --git a/misc/bspcmdline/Makefile b/misc/bspcmdline/Makefile
index 6c4d949..6984fb3 100644
--- a/misc/bspcmdline/Makefile
+++ b/misc/bspcmdline/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/bspcmdline.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
diff --git a/misc/minimum/Makefile b/misc/minimum/Makefile
index 986c31e..1bdeccf 100644
--- a/misc/minimum/Makefile
+++ b/misc/minimum/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/minimum.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
diff --git a/misc/nanosecond_tick_wrap/Makefile b/misc/nanosecond_tick_wrap/Makefile
index 9ba4b16..44c3b7f 100644
--- a/misc/nanosecond_tick_wrap/Makefile
+++ b/misc/nanosecond_tick_wrap/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/nanoseconds_tick_wrap.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = init.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
diff --git a/misc/qemu_vfat/Makefile b/misc/qemu_vfat/Makefile
index e6ae079..a9c740f 100644
--- a/misc/qemu_vfat/Makefile
+++ b/misc/qemu_vfat/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/qemu_vfat.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = init.c start_test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
diff --git a/misc/x86_display_cpu/Makefile b/misc/x86_display_cpu/Makefile
index 8635966..892c8fd 100644
--- a/misc/x86_display_cpu/Makefile
+++ b/misc/x86_display_cpu/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/display_cpu.exe
-# optional managers required
-MANAGERS=all
-
# C source names
SRCS = test.c
OBJS = $(SRCS:%.[cS]=${ARCH}/%.o)