Prex Home / Browse Source - Prex Version: 0.9.0

root/bsp/hal/arm/gba/Makefile.inc

/* [<][>][^][v][top][bottom][index][help] */

SRCS:=          arm/arch/locore.S \
                arm/gba/locore_gba.S \
                arm/arch/cpufunc.S \
                arm/arch/cpu.c \
                arm/arch/trap.c \
                arm/arch/context.c \
                arm/gba/interrupt.c \
                arm/gba/clock.c \
                arm/gba/machdep.c

ifeq ($(DEBUG),1)
SRCS+=          arm/gba/diag.c
endif

/* [<][>][^][v][top][bottom][index][help] */