mirror of https://github.com/hak5/openwrt-owl.git
Add include_mk template which makes it a bit more convienient to include package installed mk files.
SVN-Revision: 19847owl
parent
9156e19ac0
commit
001736d848
4
rules.mk
4
rules.mk
|
@ -220,6 +220,10 @@ $(call shvar,$(1))=$$(call $(1))
|
||||||
export $(call shvar,$(1))
|
export $(call shvar,$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define include_mk
|
||||||
|
$(eval -include $(if $(DUMP),,$(STAGING_DIR)/mk/$(strip $(1))))
|
||||||
|
endef
|
||||||
|
|
||||||
# file extension
|
# file extension
|
||||||
ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1)))
|
ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue