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