source: rtems/c/src/lib/libbsp/sh/shsim/Makefile.am @ 98aa7ca

5
Last change on this file since 98aa7ca was 98aa7ca, checked in by Joel Sherrill <joel@…>, on 12/18/17 at 23:05:32

shsim: Simplify bsp_specs

This bsp_specs included non-standard logic to pass endian arguments
to the linker. These should not be necessary. If they are, it is a
bug in the sh gcc target. The code was "%{ml:-EL}%{mb:-EB}"

Also the file linkcmds.sim was not referenced and was deleted.

Updates #3250.

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[86ec6ed]2
[7a5a3a41]3include $(top_srcdir)/../../../../automake/compile.am
4
[c06b3fa]5include_bspdir = $(includedir)/bsp
[931ed32b]6include_bsp_HEADERS = include/syscall.h
[c06b3fa]7
[2a7f9a28]8dist_project_lib_DATA = bsp_specs
9
10include_HEADERS = include/bsp.h
[642ef00]11include_HEADERS += include/tm27.h
[db3fa14]12
[2a7f9a28]13nodist_include_HEADERS = include/bspopts.h
[c06b3fa]14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[6279149]15nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h
[db3fa14]16DISTCLEANFILES = include/bspopts.h
[2a7f9a28]17
[d0d6a5c]18
[57a40406]19noinst_LIBRARIES = libbspstart.a
20libbspstart_a_SOURCES = start/start.S
[db3fa14]21project_lib_DATA = start.$(OBJEXT)
[7a5a3a41]22
[a531683]23dist_project_lib_DATA += startup/linkcmds
[7a5a3a41]24
[57a40406]25noinst_LIBRARIES += libbsp.a
[64eb0c7]26libbsp_a_SOURCES =
[e94666d]27
[64eb0c7]28# startup
[a531683]29libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
30libbsp_a_SOURCES += ../shared/startup/bspstart.c
31libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
32libbsp_a_SOURCES += ../../shared/bspclean.c
[ca4895c]33libbsp_a_SOURCES += ../../shared/sbrk.c
34libbsp_a_SOURCES += ../../shared/bootcard.c
35libbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
[a531683]36libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
37libbsp_a_SOURCES += ../shared/bsphwinit.c
[139a3ab]38libbsp_a_SOURCES += startup/sysexit.c
[3dd381f]39libbsp_a_SOURCES += ../../shared/bspreset.c
[604f080c]40libbsp_a_SOURCES += startup/cpu_asm.c
41libbsp_a_SOURCES += startup/ispshgdb.c
[a531683]42
[64eb0c7]43# clock
44libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
[a9285f5]45
[64eb0c7]46# console
47libbsp_a_SOURCES += ../../shared/console-polled.c
[a531683]48libbsp_a_SOURCES += console/console-io.c
49libbsp_a_SOURCES += console/console-support.S
50libbsp_a_SOURCES += console/console-debugio.c
51
[542e7b3]52# timer
53libbsp_a_SOURCES += ../../shared/timerstub.c
[1d0ee80e]54
[2f91de2d]55# Cache
56libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
57libbsp_a_SOURCES += ../../shared/include/cache_.h
58libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
[a9285f5]59
[a06faad]60include $(srcdir)/preinstall.am
[e665ad1]61include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.