1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:32:49 +02:00

compile fix for diag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2243 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-10-22 15:43:16 +00:00
parent 41e51f29b4
commit 8c7a1885ea

View File

@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.prepared:
touch $@
$(PKG_BUILD_DIR)/.built:
$(TARGET_CC) $(DIAG_FLAGS) -o $@ diag_led.c
$(TARGET_CC) $(DIAG_FLAGS) -o $(PKG_BUILD_DIR)/diag.o diag_led.c
touch $@
$(IPKG_KMOD_DIAG):