kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one
[openwrt/openwrt.git] / package / kernel / i2c-gpio-custom / Makefile
index 8585a5ab5739fda408913cd32236b86f5ee6f7b7..fb3f3bf17e043feea0909fa603105a85e3236511 100644 (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) \