Skip to content
Snippets Groups Projects
Commit 0d3f8a5e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

don't include host.mk from rules.mk - confuses package dump

SVN-Revision: 5038
parent ddc55842
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ else
endif
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
define shvar
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
......
......@@ -6,7 +6,6 @@
#
-include $(TOPDIR)/.config
include $(TOPDIR)/include/host.mk
include $(TOPDIR)/include/verbose.mk
export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --
......
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