mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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:
committed by
Masayuki Ishikawa
parent
7284956730
commit
609a5fa4f0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user