Add GDBStub to win32 makefile
This commit is contained in:
@@ -31,6 +31,9 @@ ifeq ($(DEV_BUILD), y)
|
|||||||
ifndef DEBUG
|
ifndef DEBUG
|
||||||
DEBUG := y
|
DEBUG := y
|
||||||
endif
|
endif
|
||||||
|
ifndef GDBSTUB
|
||||||
|
GDBSTUB := n
|
||||||
|
endif
|
||||||
ifndef DEV_BRANCH
|
ifndef DEV_BRANCH
|
||||||
DEV_BRANCH := y
|
DEV_BRANCH := y
|
||||||
endif
|
endif
|
||||||
@@ -92,6 +95,9 @@ else
|
|||||||
ifndef DEBUG
|
ifndef DEBUG
|
||||||
DEBUG := n
|
DEBUG := n
|
||||||
endif
|
endif
|
||||||
|
ifndef GDBSTUB
|
||||||
|
GDBSTUB := n
|
||||||
|
endif
|
||||||
ifndef DEV_BRANCH
|
ifndef DEV_BRANCH
|
||||||
DEV_BRANCH := n
|
DEV_BRANCH := n
|
||||||
endif
|
endif
|
||||||
@@ -506,6 +512,10 @@ OPTS += -DUSE_OLIVETTI
|
|||||||
DEVBROBJ += olivetti_eva.o
|
DEVBROBJ += olivetti_eva.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(GDBSTUB), y)
|
||||||
|
OPTS += -DUSE_GDBSTUB
|
||||||
|
DEVBROBJ += gdbstub.o
|
||||||
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user