summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/stackchk')
-rw-r--r--cpukit/libmisc/stackchk/Makefile.am5
-rw-r--r--cpukit/libmisc/stackchk/config.h5
2 files changed, 3 insertions, 7 deletions
diff --git a/cpukit/libmisc/stackchk/Makefile.am b/cpukit/libmisc/stackchk/Makefile.am
index 9abd656c19..bdf3b523cd 100644
--- a/cpukit/libmisc/stackchk/Makefile.am
+++ b/cpukit/libmisc/stackchk/Makefile.am
@@ -13,12 +13,13 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include_rtems_HEADERS = stackchk.h
-noinst_HEADERS = config.h
-noinst_HEADERS += internal.h
+noinst_HEADERS = internal.h
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
+AM_CPPFLAGS += -I$(top_builddir)
+
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/rtems/%.h: %.h
diff --git a/cpukit/libmisc/stackchk/config.h b/cpukit/libmisc/stackchk/config.h
deleted file mode 100644
index 09fe652e2c..0000000000
--- a/cpukit/libmisc/stackchk/config.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* HACK:
- * Pull-in RTEMS global config-header cpuopts.h as local config.h
- */
-
-#include <rtems/score/cpuopts.h>