diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-18 10:50:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-18 10:50:50 -0800 |
commit | 90386115204bd3bfa55deb5ebe1972bacdba725a (patch) | |
tree | 3cb6db1c2a06db458332c812c37d3f59d6759129 /src | |
parent | eb659fb0ee80c25312be36b3d8adb686813db125 (diff) |
altos/stm: Update pdclib paths for flash-loader builds
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm/Makefile-flash.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm/Makefile-flash.defs b/src/stm/Makefile-flash.defs index be3ae799..3890eff1 100644 --- a/src/stm/Makefile-flash.defs +++ b/src/stm/Makefile-flash.defs @@ -12,9 +12,9 @@ endif include $(TOPDIR)/Makedefs CC=$(ARM_CC) -LIBS=-lpdclib-cortex-m3 -lgcc +LIBS=$(PDCLIB_LIBS_M3) -lgcc -AO_CFLAGS=-I. -I$(TOPDIR)/stm -I$(TOPDIR)/core -I$(TOPDIR)/drivers -I$(TOPDIR)/product -I$(TOPDIR) +AO_CFLAGS=-I. -I$(TOPDIR)/stm -I$(TOPDIR)/core -I$(TOPDIR)/drivers -I$(TOPDIR)/product -I$(TOPDIR) $(PDCLIB_INCLUDES) STM_CFLAGS=-std=gnu99 -mlittle-endian -mcpu=cortex-m3 -mthumb -ffreestanding -nostdlib $(AO_CFLAGS) $(SAT_CFLAGS) LDFLAGS=-L$(TOPDIR)/stm -Wl,-Taltos-loader.ld |