From f6a8663ec590a07d0a65c7305bacec0f9534775e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 26 Dec 2015 10:58:25 -0600 Subject: Remove H8300 port updates #2452. --- cpukit/score/cpu/h8300/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 cpukit/score/cpu/h8300/Makefile.am (limited to 'cpukit/score/cpu/h8300/Makefile.am') 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 -- cgit v1.2.3