apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path.

This commit is contained in:
Xiang Xiao 2019-10-17 11:33:59 -06:00 committed by Gregory Nutt
parent fa0aded666
commit 7808eb62d2
265 changed files with 267 additions and 267 deletions

View file

@ -35,6 +35,6 @@
############################################################################
ifeq ($(CONFIG_BUILTIN),y)
CONFIGURED_APPS += builtin
CONFIGURED_APPS += $(APPDIR)/builtin
endif