gdb_monitor: remove superfluous check

The check for preparation of gdb is now done by the ports mechanism.
This commit is contained in:
Norman Feske 2016-07-08 14:04:03 +02:00
parent 29a12ab9a2
commit 030301d046

View File

@ -34,10 +34,3 @@ amd64-avx.c:
vpath %.cc $(REP_DIR)/src/lib/gdbserver_platform
vpath %.c $(GDB_CONTRIB_DIR)/gdb/gdbserver
#
# Detect missing preparation of GDB package
#
ifeq ($(wildcard $(GDB_CONTRIB_DIR)),)
REQUIRES = prepare_ports_gdb
endif