kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2016-10-06 09:35:12 +03:00 committed by John Crispin
parent a1236a30a0
commit f56f749d30
1 changed files with 0 additions and 5 deletions

View File

@ -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) \