Skip to content
Snippets Groups Projects
Commit 8df2122c authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by John Crispin
Browse files

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

parent 4786484a
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,6 @@ define Package/oseama/description ...@@ -26,11 +26,6 @@ define Package/oseama/description
This package contains an utility that allows handling Seama images. This package contains an utility that allows handling Seama images.
endef endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \ CC="$(TARGET_CC)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment