source: rtems/c/src/lib/libbsp/sh/shsim/Makefile.am @ 45d0659

5
Last change on this file since 45d0659 was 45d0659, checked in by Sebastian Huber <sebastian.huber@…>, on 05/11/19 at 12:57:39

bsps: Always build generic interrupt support

This makes it possible to write tests for the generic interrupt
controller support.

Update #3269.

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[86ec6ed]2
[7a5a3a41]3include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]4include $(top_srcdir)/../../bsp.am
[7a5a3a41]5
[9964895]6dist_project_lib_DATA = ../../../../../../bsps/sh/shsim/start/bsp_specs
[c06b3fa]7
[2a7f9a28]8
[d0d6a5c]9
[fbcd7c8f]10start.$(OBJEXT): ../../../../../../bsps/sh/shsim/start/start.S
[ec32100]11        $(CPPASCOMPILE) -o $@ -c $<
[db3fa14]12project_lib_DATA = start.$(OBJEXT)
[7a5a3a41]13
[2afb22b]14project_lib_DATA += linkcmds
[7a5a3a41]15
[d584269]16project_lib_LIBRARIES = librtemsbsp.a
17librtemsbsp_a_SOURCES =
[e94666d]18
[64eb0c7]19# startup
[9964895]20librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shared/start/bspstart.c
[5a06b187]21librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspgetworkarea-default.c
[43bda786]22librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspfatal-default.c
[a442939]23librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/sbrk.c
[79b9fe67]24librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/getentropy/getentropy-cpucounter.c
[b4de37fd]25librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shared/start/bsphwinit.c
[9964895]26librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shsim/start/sysexit.c
[554e39c]27librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspreset-empty.c
[9964895]28librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shsim/start/cpu_asm.c
29librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shsim/start/ispshgdb.c
[a531683]30
[64eb0c7]31# clock
[7632906]32librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/clock/clock-simidle.c
[a9285f5]33
[64eb0c7]34# console
[d7d66d7]35librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/serial/console-polled.c
36librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shsim/console/console-io.c
37librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shsim/console/console-support.S
38librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shsim/console/console-debugio.c
[a531683]39
[542e7b3]40# timer
[d6fb37a]41librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/btimer/btimer-stub.c
[1d0ee80e]42
[2f91de2d]43# Cache
[d584269]44librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
[a9285f5]45
[45d0659]46include $(srcdir)/../../../../../../bsps/shared/irq-default-sources.am
[ce0ea6f]47include $(srcdir)/../../../../../../bsps/shared/shared-sources.am
[2afb22b]48include $(srcdir)/../../../../../../bsps/sh/shsim/headers.am
Note: See TracBrowser for help on using the repository browser.