bsps/sh: Delete libcpu/sh

This commit is contained in:
Sebastian Huber
2017-12-08 14:07:05 +01:00
parent f2969b5392
commit 2f91de2da9
8 changed files with 16 additions and 56 deletions

View File

@@ -59,7 +59,10 @@ libbsp_a_SOURCES += console/sci.c
# debugio # debugio
libbsp_a_SOURCES += ../../shared/dummy_printk_support.c libbsp_a_SOURCES += ../../shared/dummy_printk_support.c
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/cache.rel # Cache
libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
libbsp_a_SOURCES += ../../shared/include/cache_.h
libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
EXTRA_DIST = times EXTRA_DIST = times

View File

@@ -64,7 +64,10 @@ libbsp_a_SOURCES += console/sci_termios.c
# debugio # debugio
libbsp_a_SOURCES += ../../shared/dummy_printk_support.c libbsp_a_SOURCES += ../../shared/dummy_printk_support.c
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/cache.rel # Cache
libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
libbsp_a_SOURCES += ../../shared/include/cache_.h
libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
include $(srcdir)/preinstall.am include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -52,7 +52,10 @@ libbsp_a_SOURCES += console/sh4uart.c
# hw_init # hw_init
libbsp_a_SOURCES += hw_init/hw_init.c libbsp_a_SOURCES += hw_init/hw_init.c
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/cache.rel # Cache
libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
libbsp_a_SOURCES += ../../shared/include/cache_.h
libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
EXTRA_DIST = times EXTRA_DIST = times

View File

@@ -53,7 +53,10 @@ libbsp_a_SOURCES += console/console-debugio.c
# timer # timer
libbsp_a_SOURCES += ../../shared/timerstub.c libbsp_a_SOURCES += ../../shared/timerstub.c
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/cache.rel # Cache
libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
libbsp_a_SOURCES += ../../shared/include/cache_.h
libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
include $(srcdir)/preinstall.am include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -1,13 +0,0 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal
include $(top_srcdir)/../../../automake/compile.am
noinst_PROGRAMS =
noinst_PROGRAMS += cache.rel
cache_rel_SOURCES = ../shared/src/cache_manager.c
cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/cache
cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,5 +0,0 @@
/**
* @file
*
* Empty cache support file for SuperH.
*/

View File

@@ -1,27 +0,0 @@
## Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([rtems-c-src-lib-libcpu-sh],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
AC_CONFIG_SRCDIR([cache])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
AM_PROG_CC_C_O
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
RTEMS_AMPOLISH3
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
])
AC_OUTPUT

View File

@@ -1,7 +0,0 @@
## Automatically generated by ampolish3 - Do not edit
if AMPOLISH3
$(srcdir)/preinstall.am: Makefile.am
$(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
endif