aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libs/libnl-tiny/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile
index df5a7fd72e..cabbb08421 100644
--- a/package/libs/libnl-tiny/Makefile
+++ b/package/libs/libnl-tiny/Makefile
@@ -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