gdb_monitor: fix build error

Fixes #2227
This commit is contained in:
Christian Prochaska 2017-01-10 12:43:56 +01:00 committed by Norman Feske
parent 2351aef744
commit c1246c4c95
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
REQUIRES += foc
SRC_CC = spec/foc_arm/low.cc \
spec/foc/native_cpu.cc

View File

@ -1,3 +1,5 @@
REQUIRES += foc
SRC_CC = spec/foc_x86_32/low.cc \
spec/foc/native_cpu.cc

View File

@ -1,3 +1,5 @@
REQUIRES += nova
SRC_CC = spec/nova_x86_32/low.cc native_cpu.cc
include $(REP_DIR)/lib/mk/spec/x86_32/gdbserver_platform_x86_32.inc

View File

@ -1,3 +1,5 @@
REQUIRES += nova
SRC_CC = spec/nova_x86_64/low.cc native_cpu.cc
include $(REP_DIR)/lib/mk/spec/x86_64/gdbserver_platform_x86_64.inc