Added extra source files if compiling recorder

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@644 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-21 14:33:00 +00:00
parent e493efd12b
commit 6466b62e5d

View file

@ -32,7 +32,12 @@ endif
CFLAGS = -O -W -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET) $(DEFINES)
AFLAGS += -small -relax
SRC := $(wildcard drivers/*.c common/*.c *.c)
SRC := $(wildcard *.c)
ifeq ($(TARGET),-DARCHOS_RECORDER)
SRC += $(wildcard recorder/*.c)
endif
OBJS := $(SRC:%.c=%.o)
all : archos.mod # archos.asm