source: rtems/c/src/lib/libbsp/mips/jmr3904/Makefile.am @ a16af0b3

4.115
Last change on this file since a16af0b3 was a16af0b3, checked in by Sebastian Huber <sebastian.huber@…>, on 04/29/14 at 07:39:08

bsps/mips: Delete unused files

The MIPS port defines CPU_SIMPLE_VECTORED_INTERRUPTS to FALSE.

  • Property mode set to 100644
File size: 2.1 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
11include_bsp_HEADERS = ../shared/liblnk/regs.h
12#isr
13include_bsp_HEADERS += ../../shared/include/irq-generic.h
14include_bsp_HEADERS += ../../shared/include/irq-info.h
15include_bsp_HEADERS += include/irq.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20
21nodist_include_HEADERS += ../../shared/include/coverhd.h
22
23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S ../shared/liblnk/regs.h
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
34libbsp_a_SOURCES += ../../shared/bsplibc.c
35libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
36libbsp_a_SOURCES += ../../shared/bsppost.c
37libbsp_a_SOURCES += ../../shared/bsppretaskinghook.c
38libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
39libbsp_a_SOURCES += startup/bspstart.c
40libbsp_a_SOURCES += ../../shared/bootcard.c
41libbsp_a_SOURCES += ../../shared/sbrk.c
42# clock
43libbsp_a_SOURCES += clock/clockdrv.c
44libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
45# console
46libbsp_a_SOURCES += ../../shared/console-polled.c
47libbsp_a_SOURCES += console/console-io.c
48# timer
49libbsp_a_SOURCES += timer/timer.c
50#isr
51libbsp_a_SOURCES += ../../shared/src/irq-generic.c
52libbsp_a_SOURCES += ../../shared/src/irq-legacy.c
53libbsp_a_SOURCES += ../../shared/src/irq-info.c
54libbsp_a_SOURCES += ../../shared/src/irq-shell.c
55libbsp_a_SOURCES += ../../shared/src/irq-server.c
56libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
57libbsp_a_SOURCES += ../shared/irq/irq.c
58libbsp_a_SOURCES += irq/vectorisrs.c
59libbsp_a_SOURCES += ../shared/irq/interruptmask.c
60
61libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/shared/cache.rel
62libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel
63
64include $(srcdir)/preinstall.am
65include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.