sw: Makefile: hardcode project name to "foboot"

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-03-05 15:49:21 +08:00
parent 380a4f1fa2
commit 7f30d7f79b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PACKAGE = $(notdir $(realpath .))
PACKAGE = foboot
FOMU_SDK ?= .
ADD_CFLAGS = -I$(FOMU_SDK)/include -D__vexriscv__ -march=rv32im -mabi=ilp32
ADD_LFLAGS =