Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (306 Bytes)

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