From: Alexandru Ardelean Date: Thu, 6 Oct 2016 06:35:12 +0000 (+0300) Subject: kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one X-Git-Tag: v17.01.0-rc1~1133 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f56f749d304442103f4c81f9463f9a5cd33f73d3 kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- diff --git a/package/kernel/i2c-gpio-custom/Makefile b/package/kernel/i2c-gpio-custom/Makefile index 8585a5ab57..fb3f3bf17e 100644 --- a/package/kernel/i2c-gpio-custom/Makefile +++ b/package/kernel/i2c-gpio-custom/Makefile @@ -39,11 +39,6 @@ MAKE_OPTS:= \ EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \ $(EXTRA_KCONFIG) -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Build/Compile $(MAKE) -C "$(LINUX_DIR)" \ $(MAKE_OPTS) \