aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/oseama
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2016-10-06 09:20:01 +0300
committerJohn Crispin <john@phrozen.org>2016-10-15 11:36:52 +0200
commit8df2122cdd9fd9a1cf9859d023957c3115bd492a (patch)
treecb886bceb1439d5b75b79af2469850654165ebb7 /package/utils/oseama
parent4786484afd3359357bf3ff95de67f1331be1a82f (diff)
downloadupstream-8df2122cdd9fd9a1cf9859d023957c3115bd492a.tar.gz
upstream-8df2122cdd9fd9a1cf9859d023957c3115bd492a.tar.bz2
upstream-8df2122cdd9fd9a1cf9859d023957c3115bd492a.zip
utils/oseama: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/utils/oseama')
-rw-r--r--package/utils/oseama/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/utils/oseama/Makefile b/package/utils/oseama/Makefile
index 8957a69967..7d9303b92d 100644
--- a/package/utils/oseama/Makefile
+++ b/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)" \