Compile digitemp with usb (#2982)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jan 2008 12:19:03 +0000 (12:19 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jan 2008 12:19:03 +0000 (12:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10128 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/digitemp/Makefile

index 50ea1d5..8b7f907 100644 (file)
@@ -32,7 +32,7 @@ define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
                CFLAGS="$(TARGET_CFLAGS) -DLINUX -I$(STAGING_DIR)/usr/include \
-                       -I/.src -I./userial" \
+                       -I/.src -I./userial -DOWUSB" \
                LIBS="-L$(STAGING_DIR)/usr/lib -lusb -lm" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                ds2490