kernel/rtc-rv5c386a: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
ca599bb2a7
commit
7b3ba5a3a9
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ define KernelPackage/rtc-rv5c386a
|
|||
FILES:=$(PKG_BUILD_DIR)/rtc.ko
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C "$(LINUX_DIR)" \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
|
|
Loading…
Reference in a new issue