Add FSBL debug and QSPI Bypass
This commit is contained in:
@@ -8,11 +8,9 @@ LN_FLAGS := -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id=none -sp
|
||||
|
||||
c_SOURCES := $(wildcard *.c)
|
||||
S_SOURCES := $(wildcard *.S)
|
||||
s_SOURCES := $(wildcard *.s)
|
||||
INCLUDES := $(wildcard *.h)
|
||||
OBJS := $(patsubst %.c, %.o, $(c_SOURCES))
|
||||
OBJS += $(patsubst %.S, %.o, $(S_SOURCES))
|
||||
OBJS += $(patsubst %.s, %.o, $(s_SOURCES))
|
||||
LSCRIPT := -Tlscript.ld
|
||||
|
||||
CURRENT_DIR = $(shell pwd)
|
||||
|
||||
Reference in New Issue
Block a user