source: rtems/c/src/lib/libbsp/arm/nds/Makefile.am @ cdeed304

4.104.115
Last change on this file since cdeed304 was d04bf28e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/20/08 at 22:13:16

2008-05-20 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, startup/start.c: Use new framework capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
  • Property mode set to 100644
File size: 9.5 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7SUBDIRS = . tools
8
9include $(top_srcdir)/../../../../automake/compile.am
10include $(top_srcdir)/../../bsp.am
11
12dist_project_lib_DATA = bsp_specs
13
14include_HEADERS = include/bsp.h
15include_HEADERS += include/tm27.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_HEADERS += ../../shared/include/coverhd.h
19
20DISTCLEANFILES = include/bspopts.h
21noinst_PROGRAMS =
22
23EXTRA_DIST = start/start.S
24start.$(OBJEXT): start/start.S
25        $(CPPASCOMPILE) -o $@ -c $<
26project_lib_DATA = start.$(OBJEXT)
27
28dist_project_lib_DATA += startup/linkcmds
29
30include_rtemsdir = $(includedir)/rtems
31include_rtems_HEADERS = fb/fb.h touchscreen/touchscreen.h sound/sound.h
32
33noinst_PROGRAMS += startup.rel
34startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
35    startup/start.c ../../shared/bsppredriverhook.c \
36    ../../shared/bsppretaskinghook.c ../../shared/bootcard.c
37startup_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
38startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
39
40noinst_PROGRAMS += gnatsupp.rel
41gnatsupp_rel_SOURCES = ../../shared/gnatinstallhandler.c
42gnatsupp_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
43gnatsupp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
44
45noinst_PROGRAMS += clock.rel
46clock_rel_SOURCES = clock/clock.c
47clock_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
48clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
49
50noinst_PROGRAMS += rtc.rel
51rtc_rel_SOURCES = rtc/rtc.c ../../shared/tod.c
52rtc_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
53rtc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
54
55noinst_PROGRAMS += console.rel
56console_rel_SOURCES = console/console.c
57console_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include -I$(srcdir)/include
58console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
59
60noinst_PROGRAMS += fb.rel
61fb_rel_SOURCES = fb/fb.c
62fb_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
63fb_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
64
65noinst_PROGRAMS += touchscreen.rel
66touchscreen_rel_SOURCES = touchscreen/touchscreen.c touchscreen/parser.c \
67                          touchscreen/reco.c
68touchscreen_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
69touchscreen_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
70
71noinst_PROGRAMS += timer.rel
72timer_rel_SOURCES = timer/timer.c
73timer_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
74timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
75
76noinst_PROGRAMS += sound.rel
77sound_rel_SOURCES = sound/sound.c
78sound_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
79sound_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
80
81noinst_PROGRAMS += block.rel
82block_rel_SOURCES = block/block.c
83block_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include -DNDS -I$(srcdir)/libfat/source/disc_io
84block_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
85
86include_HEADERS += irq/irq.h
87
88noinst_PROGRAMS += irq.rel
89irq_rel_SOURCES = irq/irq.c
90irq_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
91irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
92
93if HAS_NETWORKING
94noinst_PROGRAMS += wifi.rel
95wifi_rel_SOURCES =      wifi/wifi.c                                     \
96                        wifi/compat.c
97wifi_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/include -D_KERNEL
98wifi_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
99endif
100
101# libnds, ARM9 side
102noinst_PROGRAMS += libnds9.rel
103bin2s:  $(srcdir)/tools/bin2s.c
104        cc -o $(srcdir)/tools/bin2s $(srcdir)/tools/bin2s.c
105
106SUFFIXES = .bin
107
108%.s:    %.bin bin2s
109        $(srcdir)/tools/bin2s $< > $(srcdir)/$@
110
111libnds9_rel_SOURCES =   libnds/source/common/biosCalls.S                \
112                        libnds/source/common/card.c                     \
113                        libnds/source/common/gbfs.c                     \
114                        libnds/source/common/interruptDispatcher.S      \
115                        libnds/source/common/interrupts.c               \
116                        libnds/source/arm9/boxtest.c                    \
117                        libnds/source/arm9/default_font.S               \
118                        libnds/source/arm9/console.c                    \
119                        libnds/source/arm9/COS.S                        \
120                        libnds/source/arm9/dcache.S                     \
121                        libnds/source/arm9/exceptionHandler.S           \
122                        libnds/source/arm9/exceptions.c                 \
123                        libnds/source/arm9/gurumeditation.c             \
124                        libnds/source/arm9/icache.S                     \
125                        libnds/source/arm9/image.c                      \
126                        libnds/source/arm9/initSystem.c                 \
127                        libnds/source/arm9/keys.c                       \
128                        libnds/source/arm9/ndsmotion.c                  \
129                        libnds/source/arm9/pcx.c                        \
130                        libnds/source/arm9/rumble.c                     \
131                        libnds/source/arm9/SIN.S                        \
132                        libnds/source/arm9/sound.c                      \
133                        libnds/source/arm9/system.c                     \
134                        libnds/source/arm9/TAN.S                        \
135                        libnds/source/arm9/touch.c                      \
136                        libnds/source/arm9/video.c                      \
137                        libnds/source/arm9/videoGL.c
138libnds9_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include -I$(srcdir)/include
139libnds9_rel_CCASFLAGS = $(AM_CCASFLAGS) -DARM9 -I$(srcdir)/libnds/include
140libnds9_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
141
142if HAS_NETWORKING
143# dswifi, ARM9 side
144noinst_PROGRAMS += dswifi9.rel
145dswifi9_rel_SOURCES =   dswifi/arm9/source/wifi_arm9.c                  \
146                        dswifi/common/source/spinlock.S
147dswifi9_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/common/source -I$(srcdir)/wifi -D_KERNEL -Dcaddr_t=uint32_t
148dswifi9_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
149endif
150
151# dldi
152noinst_PROGRAMS += libdldi.rel
153libdldi_rel_SOURCES =   libfat/source/disc_io/disc.c                    \
154                        libfat/source/disc_io/io_cf_common.c            \
155                        libfat/source/disc_io/io_efa2.c                 \
156                        libfat/source/disc_io/io_fcsr.c                 \
157                        libfat/source/disc_io/io_m3cf.c                 \
158                        libfat/source/disc_io/io_m3_common.c            \
159                        libfat/source/disc_io/io_m3sd.c                 \
160                        libfat/source/disc_io/io_mpcf.c                 \
161                        libfat/source/disc_io/io_njsd.c                 \
162                        libfat/source/disc_io/io_nmmc.c                 \
163                        libfat/source/disc_io/io_sccf.c                 \
164                        libfat/source/disc_io/io_sc_common.c            \
165                        libfat/source/disc_io/io_scsd.c                 \
166                        libfat/source/disc_io/io_sd_common.c            \
167                        libfat/source/disc_io/io_dldi.S                 \
168                        libfat/source/disc_io/io_scsd_s.S
169libdldi_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include -I$(srcdir)/libfat/source/disc_io
170libdldi_rel_CCASFLAGS = $(AM_CCASFLAGS) -DARM9 -I$(srcdir)/libnds/include -I$(srcdir)/libfat/source/disc_io
171libdldi_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
172
173# libnds, ARM7 side
174noinst_PROGRAMS += libnds7.rel
175libnds7_rel_SOURCES =   libnds/source/common/biosCalls.S                \
176                        libnds/source/common/card.c                     \
177                        libnds/source/common/gbfs.c                     \
178                        libnds/source/common/interruptDispatcher.S      \
179                        libnds/source/common/interrupts.c               \
180                        libnds/source/arm7/audio.c                      \
181                        libnds/source/arm7/clock.c                      \
182                        libnds/source/arm7/microphone.c                 \
183                        libnds/source/arm7/spi.c                        \
184                        libnds/source/arm7/touch.c                      \
185                        libnds/source/arm7/userSettings.c
186libnds7_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM7 -I$(srcdir)/libnds/include
187libnds7_rel_CFLAGS = -mcpu=arm7tdmi -msoft-float
188libnds7_rel_CCASFLAGS = -mcpu=arm7tdmi -msoft-float
189libnds7_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
190
191if HAS_NETWORKING
192# dswifi, ARM7 side
193noinst_PROGRAMS += dswifi7.rel
194dswifi7_rel_SOURCES =   dswifi/arm7/source/wifi_arm7.c                  \
195                        dswifi/common/source/spinlock.S
196dswifi7_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM7 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/common/source
197dswifi7_rel_CFLAGS = -mcpu=arm7tdmi -msoft-float
198dswifi7_rel_CCASFLAGS = -mcpu=arm7tdmi -msoft-float
199dswifi7_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
200endif
201
202# include libnds to dist so the user program can include it
203include_libndsdir = $(includedir)/libnds
204include_libnds_HEADERS =        libnds/include/gbfs.h                   \
205                                libnds/include/nds.h
206
207include_libndsndsdir = $(includedir)/libnds/nds
208include_libndsnds_HEADERS =     libnds/include/nds/memory.h             \
209                                libnds/include/nds/system.h             \
210                                libnds/include/nds/bios.h               \
211                                libnds/include/nds/registers_alt.h      \
212                                libnds/include/nds/interrupts.h         \
213                                libnds/include/nds/card.h               \
214                                libnds/include/nds/ipc.h                \
215                                libnds/include/nds/timers.h             \
216                                libnds/include/nds/dma.h                \
217                                libnds/include/nds/reload.h             \
218                                libnds/include/nds/jtypes.h
219
220include_libndsnds9dir = $(includedir)/libnds/nds/arm9
221include_libndsnds9_HEADERS =    libnds/include/nds/arm9/ndsmotion.h     \
222                                libnds/include/nds/arm9/pcx.h           \
223                                libnds/include/nds/arm9/input.h         \
224                                libnds/include/nds/arm9/math.h          \
225                                libnds/include/nds/arm9/console.h       \
226                                libnds/include/nds/arm9/sprite.h        \
227                                libnds/include/nds/arm9/videoGL.h       \
228                                libnds/include/nds/arm9/cache.h         \
229                                libnds/include/nds/arm9/image.h         \
230                                libnds/include/nds/arm9/trig_lut.h      \
231                                libnds/include/nds/arm9/video.h         \
232                                libnds/include/nds/arm9/exceptions.h    \
233                                libnds/include/nds/arm9/rumble.h        \
234                                libnds/include/nds/arm9/background.h    \
235                                libnds/include/nds/arm9/boxtest.h       \
236                                libnds/include/nds/arm9/postest.h       \
237                                libnds/include/nds/arm9/sound.h
238
239include_libndsnds7dir = $(includedir)/libnds/nds/arm7
240include_libndsnds7_HEADERS =    libnds/include/nds/arm7/serial.h        \
241                                libnds/include/nds/arm7/audio.h         \
242                                libnds/include/nds/arm7/clock.h         \
243                                libnds/include/nds/arm7/touch.h
244EXTRA_DIST += coproc/coproc.S coproc/coproc.c
245if HAS_NETWORKING
246coproc.bin: coproc/coproc.S coproc/coproc.c libnds7.rel dswifi7.rel
247        @CC@ -o coproc.elf -mcpu=arm7tdmi -msoft-float -O2 -DARM7 -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/include -DENABLE_WIFI -T $(srcdir)/coproc/coproc.ld $^ -lc
248        $(OBJCOPY) -O binary coproc.elf coproc.bin
249else
250coproc.bin: coproc/coproc.S coproc/coproc.c libnds7.rel
251        @CC@ -o coproc.elf -mcpu=arm7tdmi -msoft-float -O2 -DARM7 -I$(srcdir)/libnds/include -T $(srcdir)/coproc/coproc.ld $^ -lc
252        $(OBJCOPY) -O binary coproc.elf coproc.bin
253endif
254project_lib_DATA += coproc.bin
255
256noinst_LIBRARIES = libbsp.a
257libbsp_a_SOURCES =
258libbsp_a_LIBADD = clock.rel console.rel gnatsupp.rel startup.rel irq.rel \
259    timer.rel libnds9.rel rtc.rel fb.rel touchscreen.rel sound.rel \
260    block.rel libdldi.rel
261
262if HAS_NETWORKING
263    libbsp_a_LIBADD += wifi.rel dswifi9.rel
264endif
265
266include $(srcdir)/preinstall.am
267include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.