Move Wasm.mk to end of file since it need definition from Application.mk itself.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2023-07-18 18:17:33 +08:00 committed by Alin Jerpelea
parent dda21ad57e
commit 56a20a202d

View File

@ -18,9 +18,6 @@
# #
############################################################################ ############################################################################
# Include Wasm specific definitions
include $(APPDIR)/tools/Wasm.mk
# If this is an executable program (with MAINSRC), we must build it as a # If this is an executable program (with MAINSRC), we must build it as a
# loadable module for the KERNEL build (always) or if the tristate module # loadable module for the KERNEL build (always) or if the tristate module
# has the value "m" # has the value "m"
@ -285,3 +282,6 @@ distclean:: clean
$(call DELFILE, .depend) $(call DELFILE, .depend)
-include Make.dep -include Make.dep
# Include Wasm specific definitions
include $(APPDIR)/tools/Wasm.mk