mirror of https://github.com/hak5/openwrt.git
kernel/rtc-rv5c386a: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>lede-17.01
parent
ca599bb2a7
commit
7b3ba5a3a9
|
@ -21,11 +21,6 @@ define KernelPackage/rtc-rv5c386a
|
||||||
FILES:=$(PKG_BUILD_DIR)/rtc.ko
|
FILES:=$(PKG_BUILD_DIR)/rtc.ko
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
|
||||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C "$(LINUX_DIR)" \
|
$(MAKE) -C "$(LINUX_DIR)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
|
|
Loading…
Reference in New Issue