From f2969b5392e131528ac76b3d3ca877faf3535e34 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 8 Dec 2017 13:37:19 +0100 Subject: bsp/gensh4: Move libcpu files to BSP Update #3254. --- c/src/lib/libcpu/sh/Makefile.am | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'c/src/lib/libcpu/sh/Makefile.am') diff --git a/c/src/lib/libcpu/sh/Makefile.am b/c/src/lib/libcpu/sh/Makefile.am index 0566cace11..c39db6ea53 100644 --- a/c/src/lib/libcpu/sh/Makefile.am +++ b/c/src/lib/libcpu/sh/Makefile.am @@ -9,43 +9,5 @@ cache_rel_SOURCES = ../shared/src/cache_manager.c cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/cache cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -if sh7750 -# NOTE: Unlike other CPUS, we install into a subdirectory to avoid -# file name conflicts -include_shdir = $(includedir)/sh -include_rtems_scoredir = $(includedir)/rtems/score - -include_sh_HEADERS = sh7750/include/sh/sh4uart.h -include_rtems_score_HEADERS = sh7750/include/rtems/score/sh7750_regs.h -include_rtems_score_HEADERS += sh7750/include/rtems/score/ipl.h -include_rtems_score_HEADERS += sh7750/include/rtems/score/iosh7750.h -include_rtems_score_HEADERS += sh7750/include/rtems/score/ispsh7750.h -include_rtems_score_HEADERS += sh7750/include/rtems/score/sh4_regs.h - -## sh7750/clock -noinst_PROGRAMS += sh7750/clock.rel -sh7750_clock_rel_SOURCES = sh7750/clock/ckinit.c -sh7750_clock_rel_CPPFLAGS = $(AM_CPPFLAGS) -sh7750_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -## sh7750/sci -noinst_PROGRAMS += sh7750/sci.rel -sh7750_sci_rel_SOURCES = sh7750/sci/sh4uart.c -sh7750_sci_rel_CPPFLAGS = $(AM_CPPFLAGS) -sh7750_sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -## sh7750/score -noinst_PROGRAMS += sh7750/score.rel -sh7750_score_rel_SOURCES = sh7750/score/cpu_asm.c sh7750/score/ispsh7750.c -sh7750_score_rel_CPPFLAGS = $(AM_CPPFLAGS) -sh7750_score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -## sh7750/timer -noinst_PROGRAMS += sh7750/timer.rel -sh7750_timer_rel_SOURCES = sh7750/timer/timer.c -sh7750_timer_rel_CPPFLAGS = $(AM_CPPFLAGS) -sh7750_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -endif - include $(srcdir)/preinstall.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3