mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Makefile cleanups
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user