summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-11 06:30:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-09 13:26:47 +0200
commit68e1ccc46d82b87b41199b3dcc4ed72cd3c14960 (patch)
treedf176ac8047f21c137d42a3e6d9f711bf2ea7b6f /cpukit/score/cpu/i386/Makefile.am
parentshell: Use #include "..." for local header files (diff)
downloadrtems-68e1ccc46d82b87b41199b3dcc4ed72cd3c14960.tar.bz2
build: Remove specialized CPPFLAGS
Diffstat (limited to 'cpukit/score/cpu/i386/Makefile.am')
-rw-r--r--cpukit/score/cpu/i386/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am
index faef1fbf04..e12a6652a3 100644
--- a/cpukit/score/cpu/i386/Makefile.am
+++ b/cpukit/score/cpu/i386/Makefile.am
@@ -5,7 +5,6 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.S
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
-libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
include $(top_srcdir)/automake/local.am
include $(srcdir)/headers.am