thermosphere: add src/gdb to build list, fix subsequent warnings and errors

This commit is contained in:
TuxSH
2020-01-31 01:58:56 +00:00
parent 175f16627b
commit 0509fa57ca
6 changed files with 17 additions and 22 deletions

View File

@@ -49,7 +49,7 @@ endif
#---------------------------------------------------------------------------------
TARGET := $(notdir $(CURDIR))
BUILD := build
SOURCES := src src/platform $(PLATFORM_SOURCES)
SOURCES := src src/platform src/gdb $(PLATFORM_SOURCES)
DATA := data
INCLUDES := include ../common/include