diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 1bdd5ae149..769452274b 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -10,4 +10,4 @@ include $(INCLUDE_DIR)/target.mk export TARGET_BUILD=1 prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE - @$(NO_TRACE_MAKE) -C $(BOARD) $@ + @+$(NO_TRACE_MAKE) -C $(BOARD) $@ |