From 89c40594e76db780d1b72795901a8e8754810a62 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 25 Sep 2006 21:36:42 +0000 Subject: - fix minor issues with USB string support git-svn-id: https://svn.openpcd.org:2342/trunk@228 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- firmware/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 6dabd9a..f94800b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -69,6 +69,8 @@ PATH_TO_LINKSCRIPTS=link/ # Target file name (without extension). TARGET:=main_reqa +USBSTRINGS=src/picc/usb_strings_app.h src/pcd/usb_strings_app.h + # List C source files here. (C dependencies are automatically generated.) # use file-extension c for "c-only"-files SRC = @@ -494,7 +496,7 @@ $(COBJ) : %.o : %.c $(CC) -c $(ALL_CFLAGS) $(CONLYFLAGS) $< -o $@ # Compile: create object files from C source files. ARM-only -$(COBJARM) : %.o : %.c include/compile.h +$(COBJARM) : %.o : %.c include/compile.h $(USBSTRINGS) @echo @echo $(MSG_COMPILING_ARM) $< $(CC) -c $(ALL_CFLAGS) $(CONLYFLAGS) $< -o $@ @@ -572,7 +574,7 @@ clean_list : include/compile.h: scripts/mkcompile_h > $@ -src/picc/usb_strings_app.h: ./scripts/usbstring src/picc/usb_strings_app.txt +$(USBSTRINGS): %.h : %.txt ./scripts/usbstring cat $< | ./scripts/usbstring > $@ # Include the dependency files. -- cgit v1.2.3