Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.
[openwrt/svn-archive/archive.git] / package / foxboard-utils / Makefile
index f5d9aa7934a3acb121d58b3d43059df2466725ec..6cb997de8e62c854c2fb57a3c8654594e4119ba6 100644 (file)
@@ -24,14 +24,17 @@ 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:=@LINUX_2_6_ETRAX
+  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) CFLAGS="$(TARGET_CFLAGS)" CC="$(TARGET_CC)"
        $(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
 endef