Added drivers directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@195 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7de1fceaa0
commit
b416a91980
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ AR = sh-elf-ar
|
|||
AS = sh-elf-as
|
||||
OC = sh-elf-objcopy
|
||||
|
||||
INCLUDES=-I. -Icommon
|
||||
INCLUDES=-I. -Icommon -Idrivers
|
||||
|
||||
# Pick a target to build for
|
||||
TARGET = -DARCHOS_PLAYER=1
|
||||
|
@ -23,7 +23,7 @@ TARGET = -DARCHOS_PLAYER=1
|
|||
CFLAGS = -Os -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET)
|
||||
AFLAGS += -small -relax
|
||||
|
||||
SRC := $(wildcard *.c) $(wildcard common/*.c)
|
||||
SRC := $(wildcard drivers/*.c common/*.c *.c)
|
||||
OBJS := $(SRC:%.c=%.o)
|
||||
|
||||
%.o: %.s
|
||||
|
|
Loading…
Reference in a new issue