Skip to content

Commit

Permalink
system/mtd: drop Build/Prepare rule in favor of default one
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo authored and blogic committed Oct 15, 2016
1 parent fb789c4 commit 8ecf744
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package/system/mtd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ define Package/mtd/description
older OpenWrt releases.
endef

define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef

target=$(firstword $(subst -, ,$(BOARD)))

MAKE_FLAGS += TARGET="$(target)"
Expand Down

0 comments on commit 8ecf744

Please sign in to comment.