summaryrefslogtreecommitdiff
path: root/apps/platform
diff options
context:
space:
mode:
Diffstat (limited to 'apps/platform')
-rw-r--r--apps/platform/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/platform/Makefile b/apps/platform/Makefile
index 4b47bc688..73c1580b5 100644
--- a/apps/platform/Makefile
+++ b/apps/platform/Makefile
@@ -57,7 +57,7 @@ DUMMYDIR = $(APPDIR)$(DELIM)platform$(DELIM)dummy
BOARDDIR = $(APPDIR)$(DELIM)platform$(DELIM)$(CONFIG_ARCH_BOARD)
LINKDIR = $(if $(wildcard $(BOARDDIR)$(DELIM)Make.defs),$(BOARDDIR),$(DUMMYDIR))
-VPATH = $(PLATFORMDIR)
+VPATH = board
# Binaries
@@ -124,7 +124,7 @@ depend: .depend
clean: $(PLATFORMDIR)
$(call DELFILE, .built)
- $(MAKE) -C $(BINDIR) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" clean
+ $(Q) $(MAKE) -C $(BINDIR) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" clean
distclean: clean
$(call DELFILE, Make.dep)