From 18cd5f225b6eb3d4c4a28e39ff20038a63355c84 Mon Sep 17 00:00:00 2001 From: henryk Date: Mon, 19 Nov 2007 01:59:29 +0000 Subject: Add script to generate compile.h git-svn-id: https://svn.openpcd.org:2342/trunk@331 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'openpicc/Makefile') diff --git a/openpicc/Makefile b/openpicc/Makefile index d3faac0..9070422 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -118,11 +118,14 @@ $(DEMO_APP_THMUB_OBJ) : %.o : %.c $(LDSCRIPT) Makefile config/FreeRTOSConfig.h $(FREERTOS_THUMB_OBJ) : %.o : %.c $(LDSCRIPT) Makefile config/FreeRTOSConfig.h $(CC) -c $(THUMB_FLAGS) $(CFLAGS) $< -o $@ -$(ARM_OBJ) : %.o : %.c $(LDSCRIPT) Makefile config/FreeRTOSConfig.h +$(ARM_OBJ) : %.o : %.c $(LDSCRIPT) Makefile config/FreeRTOSConfig.h config/board.h config/compile.h $(CC) -c $(CFLAGS) $< -o $@ clean : touch Makefile find -name '*.o' -exec rm \{\} \; - rm -f openpicc.bin openpicc.elf openpicc.map openpicc.asm + rm -f openpicc.bin openpicc.elf openpicc.map openpicc.asm config/compile.h +.PHONY: config/compile.h +config/compile.h: + scripts/mkcompile_h > config/compile.h -- cgit v1.2.3