Update Readme + Fix Auto Update

This commit is contained in:
Kostas Missos
2018-08-23 04:27:49 +03:00
parent 0540128709
commit 6a554eec6c
3 changed files with 21 additions and 14 deletions

View File

@@ -5,8 +5,6 @@ endif
include $(DEVKITARM)/base_rules
TARGET := hekate
BLVERSION_MAJOR := 3
BLVERSION_MINOR := 3
BUILD := build
OUTPUT := output
SOURCEDIR = bootloader
@@ -55,7 +53,6 @@ OBJS += $(addprefix $(BUILD)/$(TARGET)/, \
)
ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork
CUSTOMDEFINES := -DBLVERSIONMJ=$(BLVERSION_MAJOR) -DBLVERSIONMN=$(BLVERSION_MINOR)
CUSTOMDEFINES := -DMENU_LOGO_ENABLE #-DDEBUG
CFLAGS = $(ARCH) -O2 -nostdlib -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-inline -std=gnu11 -Wall $(CUSTOMDEFINES)
LDFLAGS = $(ARCH) -nostartfiles -lgcc -Wl,--nmagic,--gc-sections