mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-19 06:39:42 +02:00
Renamed fw/boot/ to fw/atspi-boot/. Fixed build problem in fw/atspi-boot/.
- fw/Makefile, fw/boot/Makefile: renamed fw/boot/ to fw/atspi-boot/ - fw/atspi-boot/Makefile: added -I../include to CFLAGS, so that we find usb-ids.h
This commit is contained in:
parent
9c2deb8e0a
commit
d6b045c513
@ -11,7 +11,7 @@
|
||||
#
|
||||
|
||||
|
||||
DIRS=common boot atspi
|
||||
DIRS=common atspi-boot atspi
|
||||
|
||||
|
||||
.PHONY: all depend install uninstall clean spotless
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# boot/Makefile - Makefile for DFU-capable boot loader
|
||||
# atspi-boot/Makefile - Makefile for DFU-capable boot loader for ATSPI
|
||||
#
|
||||
# Written 2008, 2010 by Werner Almesberger
|
||||
# Copyright 2008, 2010 Werner Almesberger
|
||||
@ -18,5 +18,5 @@ F32XBASE = ../../../f32xbase
|
||||
include $(F32XBASE)/fw/common/Makefile.system
|
||||
include $(F32XBASE)/fw/common/Makefile.common
|
||||
|
||||
CFLAGS += -I../common
|
||||
CFLAGS += -I../common -I../include
|
||||
LDFLAGS += --code-size $(PAYLOAD_START)
|
Loading…
Reference in New Issue
Block a user