source: rtems/c/src/lib/libbsp/m68k/mvme147s/Makefile.am @ 78d5448

4.115
Last change on this file since 78d5448 was 78d5448, checked in by Joel Sherrill <joel.sherrill@…>, on 03/10/15 at 22:07:24

mvme147s: Install z8530.h

This was missed when the file was moved.

  • Property mode set to 100644
File size: 1.7 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 += include/coverhd.h
18
19## Zilog component header files
20include_rtems_zilogdir = $(includedir)/rtems/zilog
21include_rtems_zilog_HEADERS = ../../shared/include/zilog/z8530.h
22
23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = ../../m68k/shared/start/start.S
25project_lib_DATA = start.$(OBJEXT)
26
27dist_project_lib_DATA += startup/linkcmds
28
29noinst_LIBRARIES += libbsp.a
30libbsp_a_SOURCES =
31
32# startup
33libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
34    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
35    startup/bspstart.c ../../shared/bootcard.c \
36    ../../shared/bsppretaskinghook.c ../../shared/setvec.c \
37    ../../shared/bspgetworkarea.c ../../shared/setvec.c \
38    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c
39# clock
40libbsp_a_SOURCES += ../mvme147/clock/ckinit.c
41# console
42libbsp_a_SOURCES += ../mvme147/console/console.c \
43    ../../shared/dummy_printk_support.c
44# timer
45libbsp_a_SOURCES += ../mvme147/timer/timer.c ../mvme147/timer/timerisr.S
46
47if HAS_MP
48# shmsupp
49libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
50    shmsupp/mpisr.c
51endif
52
53libbsp_a_LIBADD = \
54    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
55    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
56
57EXTRA_DIST = times
58
59include $(srcdir)/preinstall.am
60include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.