diff options
Diffstat (limited to 'package/foxboard-utils')
| -rw-r--r-- | package/foxboard-utils/Makefile | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/package/foxboard-utils/Makefile b/package/foxboard-utils/Makefile index fc63e0c23..465e5c683 100644 --- a/package/foxboard-utils/Makefile +++ b/package/foxboard-utils/Makefile @@ -24,12 +24,15 @@ define Package/foxboard-utils    SECTION:=utils    CATEGORY:=Base system    TITLE:=Foxboard base tools -  DESCRIPTION:=\ -	This package contains a collection of tools for configuring the foxboard gpio pins/leds     URL:=http://www.acmesystems.it    DEPENDS:=@TARGET_ETRAX  endef +define Package/foxboard-utils/description + This package contains a collection of tools for configuring the foxboard  + gpio pins/leds. +endef +  define Build/Compile  	$(MAKE) -C $(PKG_BUILD_DIR) CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC)   	$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install  | 
