arch/: Add the ARCH_SRC directory to the context and clean_context

targets

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2020-09-23 12:48:02 +01:00
committed by Masayuki Ishikawa
parent 7284956730
commit 609a5fa4f0
19 changed files with 84 additions and 16 deletions
+5 -1
View File
@@ -34,7 +34,7 @@
############################################################################
include $(TOPDIR)/Make.defs
include chip/Make.defs
-include chip/Make.defs
ifeq ($(CONFIG_ARCH_MOR1KX),y) # OpenRISC mor1kx
ARCH_SUBDIR = mor1kx
@@ -191,6 +191,10 @@ endif
depend: .depend
context::
clean_context::
clean:
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board clean