build: fix high cpu usage / hang in prereq-build.mk
host-build.mk should not be included for prereq Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3a2e735b96
commit
aab0b0704a
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/prereq.mk
|
include $(INCLUDE_DIR)/prereq.mk
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
|
||||||
|
|
||||||
SHELL:=sh
|
SHELL:=sh
|
||||||
PKG_NAME:=Build dependency
|
PKG_NAME:=Build dependency
|
||||||
|
|
Loading…
Reference in a new issue