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.
|
sub-dirs := $(shell find -L $(SDK_DIR)/source/apps -maxdepth 2 -mindepth 1 -name Makefile)
|
|
$(info bootloader apps: $(subst Makefile,,$(subst $(SDK_DIR)/source/apps/,,$(sub-dirs))))
|
|
obj-y += $(subst Makefile,,$(subst $(SDK_DIR)/source/apps/,,$(sub-dirs)))
|
|
|
|
obj- += dummy.o
|