소스 검색

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

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 년 전
부모
커밋
ab20b679f6
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      package/libs/libnl-tiny/Makefile

+ 0 - 5
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