From d6b045c5137f23cfb560b81eefc58843ac205bd3 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 23 Aug 2010 02:46:22 -0300 Subject: [PATCH] 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 --- fw/Makefile | 2 +- fw/{boot => atspi-boot}/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename fw/{boot => atspi-boot}/Makefile (83%) diff --git a/fw/Makefile b/fw/Makefile index b5f42a2..9937851 100644 --- a/fw/Makefile +++ b/fw/Makefile @@ -11,7 +11,7 @@ # -DIRS=common boot atspi +DIRS=common atspi-boot atspi .PHONY: all depend install uninstall clean spotless diff --git a/fw/boot/Makefile b/fw/atspi-boot/Makefile similarity index 83% rename from fw/boot/Makefile rename to fw/atspi-boot/Makefile index d8c4922..9a923c7 100644 --- a/fw/boot/Makefile +++ b/fw/atspi-boot/Makefile @@ -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)