source: rtems/c/src/lib/libbsp/m68k/mcf52235/Makefile.am @ 2858939a

5
Last change on this file since 2858939a was 2858939a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/09/15 at 11:03:49

bsps: Delete superfluous bsp_pretasking_hook()

Use the bsp_predriver_hook() instead.

Update #2408.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6
7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
10include_HEADERS += include/tm27.h
11
12nodist_include_HEADERS = include/bspopts.h
13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
14DISTCLEANFILES = include/bspopts.h
15noinst_PROGRAMS =
16
17include_HEADERS += ../../shared/include/coverhd.h
18
19noinst_LIBRARIES = libbspstart.a
20libbspstart_a_SOURCES = start/start.S
21project_lib_DATA = start.$(OBJEXT)
22
23dist_project_lib_DATA += startup/linkcmds
24
25noinst_LIBRARIES += libbsp.a
26libbsp_a_SOURCES =
27
28# startup
29libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
30    ../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
31    ../../shared/bspgetworkarea.c \
32    startup/init52235.c ../../shared/bspstart.c startup/cfinit.c \
33    startup/bspgetcpuclockspeed.c ../../shared/bootcard.c \
34    ../../shared/sbrk.c ../../shared/setvec.c \
35    ../../shared/gnatinstallhandler.c
36# clock
37libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
38# console
39libbsp_a_SOURCES += console/console.c
40# debugio
41libbsp_a_SOURCES += console/debugio.c
42# timer
43libbsp_a_SOURCES += timer/timer.c
44
45libbsp_a_LIBADD = \
46    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
47    ../../../libcpu/@RTEMS_CPU@/mcf5223x/cachepd.rel \
48    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
49
50include $(srcdir)/preinstall.am
51include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.