Date:2010-08-19 06:14:21 (13 years 7 months ago)
Author:Werner Almesberger
Commit:2c8c6093161f7919fc38290cee9181d3f65961ba
Message:Boot loader Makefile cleanup.

- fw/boot/Makefile: removed object file rules now in Makefile.common (of
f32xbase)
- fw/boot/Makefile: removed setting of -DLOW_SPEED, which can now go into
config.h and which was enabled by accident only
accident
Files: fw/boot/Makefile (1 diff)

Change Details

fw/boot/Makefile
1818include $(F32XBASE)/fw/common/Makefile.system
1919include $(F32XBASE)/fw/common/Makefile.common
2020
21CFLAGS += -DLOW_SPEED
2221LDFLAGS += --code-size $(PAYLOAD_START)
23
24boot.rel: $(F32XBASE)/fw/boot/boot.c
25        $(CC) $(CFLAGS) -o $@ -c $<
26
27usb.rel: $(F32XBASE)/fw/common/usb.c
28        $(CC) $(CFLAGS) -o $@ -c $<
29
30dfu.rel: $(F32XBASE)/fw/boot/dfu.c
31        $(CC) $(CFLAGS) -o $@ -c $<

Archive Download the corresponding diff file



interactive