Fix useless variable

This commit is contained in:
Yatis 2020-10-26 19:24:38 +01:00
parent 566d2db1a6
commit 4f1f5169d8
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#---
MAJOR := 0
MINOR := 3
PATCH := 3
PATCH := 4
EXTRAVERSION :=
@ -52,7 +52,7 @@ include $(CONFIG)
# Compiler flags, assembler flags, dependency generation, archiving
header := ../include
cflags := $(machine) -ffreestanding -nostdlib -Wall -Wextra -std=c11 -Os \
cflags := -ffreestanding -nostdlib -Wall -Wextra -std=c11 -Os \
-fstrict-volatile-bitfields -I$(header) $(CONFIG.CFLAGS)
# color definition