mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -18,14 +18,4 @@ F32XBASE = ../../../f32xbase
|
||||
include $(F32XBASE)/fw/common/Makefile.system
|
||||
include $(F32XBASE)/fw/common/Makefile.common
|
||||
|
||||
CFLAGS += -DLOW_SPEED
|
||||
LDFLAGS += --code-size $(PAYLOAD_START)
|
||||
|
||||
boot.rel: $(F32XBASE)/fw/boot/boot.c
|
||||
$(CC) $(CFLAGS) -o $@ -c $<
|
||||
|
||||
usb.rel: $(F32XBASE)/fw/common/usb.c
|
||||
$(CC) $(CFLAGS) -o $@ -c $<
|
||||
|
||||
dfu.rel: $(F32XBASE)/fw/boot/dfu.c
|
||||
$(CC) $(CFLAGS) -o $@ -c $<
|
||||
|
||||
Reference in New Issue
Block a user