Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / prex-0.9.0 / bsp / hal / arm / gba / Makefile.inc @ 03e9c04a

History | View | Annotate | Download (251 Bytes)

1 03e9c04a Brad Neuman
2
SRCS:=		arm/arch/locore.S \
3
		arm/gba/locore_gba.S \
4
		arm/arch/cpufunc.S \
5
		arm/arch/cpu.c \
6
		arm/arch/trap.c \
7
		arm/arch/context.c \
8
		arm/gba/interrupt.c \
9
		arm/gba/clock.c \
10
		arm/gba/machdep.c
11
12
ifeq ($(DEBUG),1)
13
SRCS+=		arm/gba/diag.c
14
endif