summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-26 10:58:25 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:26 -0600
commitf6a8663ec590a07d0a65c7305bacec0f9534775e (patch)
tree906e5851f9a41439e111a58a7109111c61b7dcb2 /cpukit/score/cpu/h8300/Makefile.am
parentRemove M32R architecture (diff)
downloadrtems-f6a8663ec590a07d0a65c7305bacec0f9534775e.tar.bz2
Remove H8300 port
updates #2452.
Diffstat (limited to 'cpukit/score/cpu/h8300/Makefile.am')
-rw-r--r--cpukit/score/cpu/h8300/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/score/cpu/h8300/Makefile.am b/cpukit/score/cpu/h8300/Makefile.am
deleted file mode 100644
index 6a80409fe1..0000000000
--- a/cpukit/score/cpu/h8300/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-include_rtemsdir = $(includedir)/rtems
-include_rtems_HEADERS = rtems/asm.h
-
-include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/cpu.h
-include_rtems_score_HEADERS += rtems/score/h8300.h
-include_rtems_score_HEADERS += rtems/score/types.h
-include_rtems_score_HEADERS += rtems/score/cpuatomic.h
-
-noinst_LIBRARIES = libscorecpu.a
-libscorecpu_a_SOURCES = cpu.c cpu_asm.S
-libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
-libscorecpu_a_SOURCES += h8300-exception-frame-print.c
-libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
-
-include $(srcdir)/preinstall.am
-include $(top_srcdir)/automake/local.am