Date:2011-09-04 17:35:59 (12 years 6 months ago)
Author:Werner Almesberger
Commit:1121b71b035446b0fc651d500ada6e658c391a57
Message:labsw/fw/Makefile: remove io-parts.h on clean; improved dependencies of io-parts.h

Files: labsw/fw/Makefile (2 diffs)

Change Details

labsw/fw/Makefile
2828
2929.PHONY: dfu
3030
31all: io-parts.h
31all: $(MAIN)
32
33$(MAIN).rel: io-parts.h
3234
3335io-parts.h: io.h Makefile
3436        cpp -dD $< | \
...... 
4547           END { print "#endif" }' >$@ || \
4648                { rm -f $@; exit 1; }
4749
48#clean::
49# rm -f io-parts.h
50clean::
51        rm -f io-parts.h
5052
5153# hack: for now, we just reuse the boot loader from cntr
5254USB_ID = 20b7:cb72

Archive Download the corresponding diff file

Branches:
master



interactive