You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
288 B
16 lines
288 B
include $(PROJECT_DIR)/sdkconfig
|
|
|
|
|
|
BUILD_PATH := $(BUILD_OUT_PATH)/$(shell pwd)
|
|
|
|
CSRCS_FILES := fassert.c \
|
|
fdebug.c \
|
|
felf.c \
|
|
finterrupt.c \
|
|
fprintf.c \
|
|
fprintk.c \
|
|
fsleep.c \
|
|
fimage_info.c
|
|
#LIBS_NAME ?= libcommon
|
|
|
|
include $(SDK_DIR)/tools/build/compiler.mk
|