6 lines
135 B
Makefile
Executable File
Vendored
6 lines
135 B
Makefile
Executable File
Vendored
CHIP_NAME := $(subst ",,$(CONFIG_SYS_CONFIG_NAME))
|
|
|
|
|
|
#ccflags-y += -I$(srctree)/$(src)/$(CHIP_NAME)/inc
|
|
obj-y += ./$(CHIP_NAME)/mspi.o
|