source: rtems/c/src/lib/libbsp/bfin/TLL6527M/Makefile.am @ dcdfec1

4.10
Last change on this file since dcdfec1 was dcdfec1, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/11 at 20:23:55

2011-04-20 Rohan Kangralkar <rkangral@…>

PR 1781/bsps

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8
9include_bspdir = $(includedir)/bsp
10
11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
14include_HEADERS += include/tm27.h
15include_HEADERS += include/cplb.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20
21noinst_PROGRAMS =
22
23include_HEADERS += ../../shared/include/coverhd.h
24
25noinst_LIBRARIES = libbspstart.a
26libbspstart_a_SOURCES = ../shared/start/start.S
27project_lib_DATA = start.$(OBJEXT)
28
29dist_project_lib_DATA += startup/linkcmds
30
31noinst_LIBRARIES += libbsp.a
32
33libbsp_a_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
34  ../../shared/bsppredriverhook.c startup/bspstart.c \
35  ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
36  ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
37  ../../shared/bspgetworkarea.c
38
39libbsp_a_SOURCES += console/console.c
40
41libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/mmu.rel
42libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/interrupt.rel
43libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel
44libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/uart.rel
45libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/clock.rel
46libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/rtc.rel
47libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/timer.rel
48
49EXTRA_DIST = times
50
51include $(srcdir)/preinstall.am
52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.