X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c4b73fa154ce47702ee9b3bbe621d8f079eb7fa5..b3ce8c96a5b3dc77c60632f55f648b106ea062f5:/package/mtd/Makefile?ds=inline diff --git a/package/mtd/Makefile b/package/mtd/Makefile index 2bdc8fabc..b99e5ed4d 100644 --- a/package/mtd/Makefile +++ b/package/mtd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mtd -PKG_RELEASE:=6 +PKG_RELEASE:=8 PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME) @@ -32,10 +32,13 @@ define Build/Prepare $(CP) ./src/* $(PKG_BUILD_DIR)/ endef +target=$(firstword $(subst -, ,$(BOARD))) + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) -Dtarget_$(BOARD)=1" + TARGET=$(target) \ + CFLAGS="$(TARGET_CFLAGS) -Dtarget_$(target)=1 -Wall" endef define Package/mtd/install