mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-12 00:44:03 +02:00
Add include_mk template which makes it a bit more convienient to include package
installed mk files. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19847 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
68e5672a7d
commit
89d4450236
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
Block a user