libs/libnl-tiny: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lede-17.01
Alexandru Ardelean 2016-10-06 09:14:34 +03:00 committed by John Crispin
parent 58cf9a2476
commit ab20b679f6
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@ define Package/libnl-tiny/description
This package contains a stripped down version of libnl
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
TARGET_CFLAGS += $(FPIC)
define Build/Compile