5
Last change
on this file since bc010a8d was
bc010a8d,
checked in by Sebastian Huber <sebastian.huber@…>, on 04/19/18 at 04:24:09
|
bsps: Move setvec.c to bsps
This patch is a part of the BSP source reorganization.
Update #3285.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../../../../aclocal |
---|
2 | |
---|
3 | include $(top_srcdir)/../../../../automake/compile.am |
---|
4 | include $(top_srcdir)/../../bsp.am |
---|
5 | |
---|
6 | dist_project_lib_DATA = startup/bsp_specs |
---|
7 | |
---|
8 | |
---|
9 | noinst_PROGRAMS = |
---|
10 | |
---|
11 | |
---|
12 | start.$(OBJEXT): ../shared/start/start.S |
---|
13 | $(CPPASCOMPILE) -o $@ -c $< |
---|
14 | project_lib_DATA = start.$(OBJEXT) |
---|
15 | |
---|
16 | project_lib_DATA += linkcmds |
---|
17 | |
---|
18 | project_lib_LIBRARIES = librtemsbsp.a |
---|
19 | |
---|
20 | librtemsbsp_a_SOURCES = startup/bspstart.c |
---|
21 | librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspfatal-default.c |
---|
22 | librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/sbrk.c |
---|
23 | librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/setvec.c |
---|
24 | librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/getentropy/getentropy-cpucounter.c |
---|
25 | librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspgetworkarea-default.c |
---|
26 | librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspreset-empty.c |
---|
27 | |
---|
28 | librtemsbsp_a_SOURCES += console/console.c |
---|
29 | librtemsbsp_a_SOURCES += ../../../../../../bsps/bfin/shared/cache/cache.c |
---|
30 | librtemsbsp_a_SOURCES += ../../../../../../bsps/bfin/TLL6527M/start/interrupt.c |
---|
31 | |
---|
32 | |
---|
33 | include $(top_srcdir)/../../../../automake/local.am |
---|
34 | include $(srcdir)/../../../../../../bsps/shared/shared-sources.am |
---|
35 | include $(srcdir)/../../../../../../bsps/bfin/shared/shared-sources.am |
---|
36 | include $(srcdir)/../../../../../../bsps/bfin/TLL6527M/headers.am |
---|
Note: See
TracBrowser
for help on using the repository browser.