Compile digitemp with usb (#2982)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10128 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-01-06 12:19:03 +00:00
parent 749e30b8df
commit f7b75c1862

View 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