mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 18:12:27 +02:00
change-drivers-dir.patch
Create ./src/drivers and move s3c24xx mmc thing in there with more specific name. Move fat.h into ./include Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
a8baab94b4
commit
2547be5738
@ -34,7 +34,7 @@ LDFLAGS =
|
||||
#START = start.o lowlevel_init.o
|
||||
S_SRCS = src/start.S src/lowlevel_init.S
|
||||
S_OBJS = $(patsubst %.S,%.o, $(S_SRCS))
|
||||
C_SRCS = $(wildcard src/*.c) $(wildcard src/gt*/*.c)
|
||||
C_SRCS = $(wildcard src/*.c) $(wildcard src/gt*/*.c) $(wildcard src/drivers/*.c)
|
||||
C_OBJS = $(patsubst %.c,%.o, $(C_SRCS))
|
||||
|
||||
#SRCS := $(START: .o=.S) $(COBJS: .o=.c)
|
||||
|
Loading…
Reference in New Issue
Block a user