summaryrefslogtreecommitdiffstats
path: root/misc/x86_display_cpu
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/x86_display_cpu
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/x86_display_cpu')
-rw-r--r--misc/x86_display_cpu/Makefile3
1 files changed, 0 insertions, 3 deletions
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)