summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-05 06:56:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-09 07:09:47 +0200
commit9edb72e4be1de26e8c10c2a8c61fd31d30b0dbe7 (patch)
treecae4c6c2f362c5cfef5c1ffe000e48f227778cfb /cpukit
parentbsps: Move generic IRQ support to bsps (diff)
downloadrtems-9edb72e4be1de26e8c10c2a8c61fd31d30b0dbe7.tar.bz2
build: Remove DISTCLEANFILES
A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/Makefile.am1
-rw-r--r--cpukit/score/cpu/epiphany/Makefile.am1
-rw-r--r--cpukit/score/cpu/nios2/Makefile.am1
-rw-r--r--cpukit/score/cpu/or1k/Makefile.am1
4 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index bbaa17765d..b7ce16c299 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -231,7 +231,6 @@ libscore_a_SOURCES += src/processormaskcopy.c
# This file is in the build tree
-DISTCLEANFILES = ../..include/rtems/score/cpuopts.h
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = ../../include/rtems/score/cpuopts.h
diff --git a/cpukit/score/cpu/epiphany/Makefile.am b/cpukit/score/cpu/epiphany/Makefile.am
index 9622cf51d8..659dd6f554 100644
--- a/cpukit/score/cpu/epiphany/Makefile.am
+++ b/cpukit/score/cpu/epiphany/Makefile.am
@@ -1,7 +1,6 @@
include $(top_srcdir)/automake/compile.am
CLEANFILES =
-DISTCLEANFILES =
noinst_LIBRARIES = libscorecpu.a
diff --git a/cpukit/score/cpu/nios2/Makefile.am b/cpukit/score/cpu/nios2/Makefile.am
index 243f937e51..3d6a35905c 100644
--- a/cpukit/score/cpu/nios2/Makefile.am
+++ b/cpukit/score/cpu/nios2/Makefile.am
@@ -1,7 +1,6 @@
include $(top_srcdir)/automake/compile.am
CLEANFILES =
-DISTCLEANFILES =
noinst_LIBRARIES = libscorecpu.a
diff --git a/cpukit/score/cpu/or1k/Makefile.am b/cpukit/score/cpu/or1k/Makefile.am
index e4c5b7cdd2..ac83acf9b3 100644
--- a/cpukit/score/cpu/or1k/Makefile.am
+++ b/cpukit/score/cpu/or1k/Makefile.am
@@ -1,7 +1,6 @@
include $(top_srcdir)/automake/compile.am
CLEANFILES =
-DISTCLEANFILES =
noinst_LIBRARIES = libscorecpu.a