IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Commit Details
Date: | 2010-08-20 07:28:58 (10 years 5 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 9a6b3fc20dae142e9bdad255f574fc68ff771929 |
Message: | - fw/atspi/Makefile (USB_ID): corrected and updated USB ID extraction |
Files: |
fw/atspi/Makefile (1 diff) |
Change Details
fw/atspi/Makefile | ||
---|---|---|
23 | 23 | LDFLAGS += --code-size $(PAYLOAD_SIZE) --code-loc $(PAYLOAD_START) |
24 | 24 | |
25 | 25 | USB_ID = $(shell \ |
26 | `( echo '#include "config.h"'; echo USB_VENDOR:USB_PRODUCT; ) | \ | |
27 | cpp | sed '/^ *$/d;/^#/d') | |
26 | ( echo '\#include "config.h"'; echo USB_VENDOR:USB_PRODUCT; ) | \ | |
27 | cpp -I../common | sed '/^ *$$/d;/^\#/d' ) | |
28 | 28 | |
29 | 29 | .PHONY: dfu |
30 | 30 |