This commit is contained in:
hanzhijian 2026-08-01 23:11:20 +08:00 committed by GitHub
commit e496fa3c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -768,13 +768,13 @@ endif
# Invoke make
define MAKE_template
+$(Q) $(MAKE) -C $(1) $(2) APPDIR="$(APPDIR)"
+$(Q) $(MAKE) -C $(1) $(2) APPDIR="$(APPDIR)" TOPDIR="$(TOPDIR)"
endef
define SDIR_template
$(1)_$(2):
+$(Q) $(MAKE) -C $(1) $(2) APPDIR="$(APPDIR)"
+$(Q) $(MAKE) -C $(1) $(2) APPDIR="$(APPDIR)" TOPDIR="$(TOPDIR)"
endef