From: Alexandru Ardelean Date: Thu, 6 Oct 2016 06:38:42 +0000 (+0300) Subject: kernel/spi-gpio-custom: drop Build/Prepare rule in favor of default one X-Git-Tag: v17.01.0-rc1~1129 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9168abe8b5f43d2afa16e9c45f768a9165dfbd0d kernel/spi-gpio-custom: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- diff --git a/package/kernel/spi-gpio-custom/Makefile b/package/kernel/spi-gpio-custom/Makefile index 3282f0638c..e6d692db44 100644 --- a/package/kernel/spi-gpio-custom/Makefile +++ b/package/kernel/spi-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) \