Skip to content
Snippets Groups Projects
Commit 001736d8 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen
Browse files

Add include_mk template which makes it a bit more convienient to include...

Add include_mk template which makes it a bit more convienient to include package installed mk files.

SVN-Revision: 19847
parent 9156e19a
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,10 @@ $(call shvar,$(1))=$$(call $(1))
export $(call shvar,$(1))
endef
define include_mk
$(eval -include $(if $(DUMP),,$(STAGING_DIR)/mk/$(strip $(1))))
endef
# file extension
ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment