source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am @ 7480c34

Last change on this file since 7480c34 was 7480c34, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/21 at 17:53:42

bsps: Add default rtems_get_target_hash()

Update #4267.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4include $(top_srcdir)/../../bsp.am
5
6dist_project_lib_DATA = ../../../../../../bsps/no_cpu/no_bsp/start/bsp_specs
7
8noinst_PROGRAMS =
9
10project_lib_DATA = linkcmds
11
12project_lib_LIBRARIES = librtemsbsp.a
13librtemsbsp_a_SOURCES =
14
15# startup
16librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspfatal-default.c
17librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspgetworkarea-default.c
18librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/start/bspstart.c
19librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/sbrk.c
20librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/getentropy/getentropy-cpucounter.c
21librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/gettargethash-default.c
22librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/start/setvec.c
23librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspreset-empty.c
24# clock
25librtemsbsp_a_SOURCES +=../../../../../../bsps/no_cpu/no_bsp/clock/ckinit.c
26# console
27librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/console/console.c
28# timer
29librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/btimer/btimer.c
30librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/btimer/timerisr.c
31# shmsupp
32librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/mpci/addrconv.c
33librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/mpci/getcfg.c
34librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/mpci/lock.c
35librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/mpci/mpisr.c
36
37include $(srcdir)/../../../../../../bsps/shared/irq-default-sources.am
38include $(srcdir)/../../../../../../bsps/shared/shared-sources.am
39include $(srcdir)/../../../../../../bsps/no_cpu/no_bsp/headers.am
Note: See TracBrowser for help on using the repository browser.