From 9a6b3fc20dae142e9bdad255f574fc68ff771929 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 20 Aug 2010 02:28:58 -0300 Subject: [PATCH] - fw/atspi/Makefile (USB_ID): corrected and updated USB ID extraction --- fw/atspi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fw/atspi/Makefile b/fw/atspi/Makefile index 52b3db7..852495b 100644 --- a/fw/atspi/Makefile +++ b/fw/atspi/Makefile @@ -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