1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 19:20:41 +02:00

- fw/atspi/Makefile (USB_ID): corrected and updated USB ID extraction

This commit is contained in:
Werner Almesberger 2010-08-20 02:28:58 -03:00
parent 5447951c6e
commit 9a6b3fc20d

View File

@ -23,8 +23,8 @@ CFLAGS += -I../common -I../include
LDFLAGS += --code-size $(PAYLOAD_SIZE) --code-loc $(PAYLOAD_START)
USB_ID = $(shell \
`( echo '#include "config.h"'; echo USB_VENDOR:USB_PRODUCT; ) | \
cpp | sed '/^ *$/d;/^#/d')
( echo '\#include "config.h"'; echo USB_VENDOR:USB_PRODUCT; ) | \
cpp -I../common | sed '/^ *$$/d;/^\#/d' )
.PHONY: dfu