diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 16f649637d..789848e531 100644 --- a/Makefile.target +++ b/Makefile.target @@ -298,6 +298,9 @@ endif ifeq ($(ARCH),ia64) OBJS += ia64-syscall.o endif +ifdef CONFIG_GDBSTUB +OBJS+=gdbstub.o +endif all: $(PROGS) |