Makefile cleanups

This commit is contained in:
Romain Goyet
2015-09-01 11:28:42 +02:00
parent 714b700077
commit 25b95d1278

View File

@@ -1,6 +1,6 @@
PLATFORM ?= stm32f429
DEBUG ?= 1
#PLATFORM=simulator
include Makefile.$(PLATFORM)
ifndef USE_LIBA
$(error Makefile.PLATFORM should define USE_LIBA)
@@ -33,7 +33,7 @@ products := boot.elf boot.hex boot.bin
lib/private/mem5.o: CFLAGS += -w
#objs += src/hello.o
objs += src/hello.o
.PHONY: default info
default: info clean boot.elf size
@@ -74,8 +74,6 @@ include ion/Makefile
include kandinsky/Makefile
include poincare/Makefile
objs += src/hello.o
run: boot.elf
$(GDB) -x gdb_script.gdb boot.elf