From f56f749d304442103f4c81f9463f9a5cd33f73d3 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 6 Oct 2016 09:35:12 +0300 Subject: [PATCH] kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- package/kernel/i2c-gpio-custom/Makefile | 5 ----- 1 file changed, 5 deletions(-) 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) \ -- 2.30.2