summaryrefslogtreecommitdiffstats
path: root/cpukit/score/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/Makefile.am
parentshell: Use #include "..." for local header files (diff)
downloadrtems-68e1ccc46d82b87b41199b3dcc4ed72cd3c14960.tar.bz2
build: Remove specialized CPPFLAGS
Diffstat (limited to 'cpukit/score/Makefile.am')
-rw-r--r--cpukit/score/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index cdd9740d41..b89aab89f6 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -16,7 +16,6 @@ endif
noinst_LIBRARIES = libscore.a
libscore_a_SOURCES =
-libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
# We only build multiprocessing related files if HAS_MP was defined
if HAS_MP