X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-bringup%2FMakefile;h=5373877123ce25c54cd1a2c8e6e679867dc5baca;hb=6d3b9ca44ffe43bd6285c37af4ee1d6174be8fcd;hp=797df2d697b4cc3ffd05cde93717855270386ad7;hpb=8f529633cd4be8a0edb1b067bbf5d7cc055dcc1b;p=fw%2Faltos diff --git a/src/stm-bringup/Makefile b/src/stm-bringup/Makefile index 797df2d6..53738771 100644 --- a/src/stm-bringup/Makefile +++ b/src/stm-bringup/Makefile @@ -1,4 +1,4 @@ -vpath % ..:../core:../product:../drivers:../stm +vpath % ..:../kernel:../product:../drivers:../stm vpath ao-make-product.5c ../util ifndef VERSION @@ -7,12 +7,12 @@ endif TOPDIR=.. include $(TOPDIR)/Makedefs -CC=arm-none-eabi-gcc +CC=arm-none-eabicc OBJCOPY=arm-none-eabi-objcopy C_LIB=$(PDCLIB_LIBS_M3) -DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../stm $(PDCLIB_INCLUDES) +DEF_CFLAGS= -std=gnu99 -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../stm $(PDCLIB_INCLUDES) # to run from SRAM LD_FLAGS_RAM=-L../stm -Wl,-Taltos-ram.ld