Browse Source

utils/oseama: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 years ago
parent
commit
8df2122cdd
1 changed files with 0 additions and 5 deletions
  1. 0 5
      package/utils/oseama/Makefile

+ 0 - 5
package/utils/oseama/Makefile

@@ -26,11 +26,6 @@ define Package/oseama/description
  This package contains an utility that allows handling Seama images.
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Compile
 	$(MAKE) -C $(PKG_BUILD_DIR) \
 		CC="$(TARGET_CC)" \