py/mkenv.mk: Add GDB variable.

This commit is contained in:
Damien George 2019-09-05 22:59:06 +10:00
parent 1f52a6f8e4
commit fb73bdae62
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ PYTHON = python3
AS = $(CROSS_COMPILE)as
CC = $(CROSS_COMPILE)gcc
CXX = $(CROSS_COMPILE)g++
GDB = $(CROSS_COMPILE)gdb
LD = $(CROSS_COMPILE)ld
OBJCOPY = $(CROSS_COMPILE)objcopy
SIZE = $(CROSS_COMPILE)size