X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/947ca6f4e8cf3e67ce50d0af0f669e1099d6ea8c..dfd9ab394fc54a5388b5febde34741d592c7306a:/rules.mk diff --git a/rules.mk b/rules.mk index 4bc7dfab4..0ce75f55c 100644 --- a/rules.mk +++ b/rules.mk @@ -131,19 +131,6 @@ $(call shvar,$(1))=$$(call $(1)) export $(call shvar,$(1)) endef -# Default targets for subdirectory calls -# Parameters: -# 1: dependencies for the prepare step -define default_subtargets - %-download %-prepare %-compile %-install %-clean: FORCE - $$(MAKE) -C $$* $$(patsubst $$*-%,%,$$@) - - %-compile: %-prepare - %-install: %-compile - .SILENT: %-clean -endef - - all: FORCE: ; .PHONY: FORCE