From 9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 20 Feb 2017 14:24:54 +0100 Subject: build: get rid of host.mk Defined required host related variables in toplevel.mk instead Signed-off-by: Felix Fietkau --- target/linux/sunxi/image/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/sunxi/image/Makefile') diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index c3f368f2e4..d0d86ee10d 100644 --- a/target/linux/sunxi/image/Makefile +++ b/target/linux/sunxi/image/Makefile @@ -7,7 +7,6 @@ # include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -include $(INCLUDE_DIR)/host.mk FAT32_BLOCK_SIZE=1024 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_SUNXI_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE)))) -- cgit v1.2.3