Sfoglia il codice sorgente

Makefile: add prereq target

This fixes targets like toolchain/clean.
Matthias Schiffer 10 anni fa
parent
commit
0a11febc7a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -149,6 +149,9 @@ gluon_prepared_stamp := $(BOARD_BUILDDIR)/prepared
 include $(INCLUDE_DIR)/target.mk
 
 
+prereq: FORCE
+	+$(NO_TRACE_MAKE) prereq
+
 package/lua/host/install: tools/sed/install
 gluon-tools: package/lua/host/install