mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 12:34:12 +00:00
gdb_monitor: remove superfluous check
The check for preparation of gdb is now done by the ports mechanism.
This commit is contained in:
parent
29a12ab9a2
commit
030301d046
@ -34,10 +34,3 @@ amd64-avx.c:
|
|||||||
|
|
||||||
vpath %.cc $(REP_DIR)/src/lib/gdbserver_platform
|
vpath %.cc $(REP_DIR)/src/lib/gdbserver_platform
|
||||||
vpath %.c $(GDB_CONTRIB_DIR)/gdb/gdbserver
|
vpath %.c $(GDB_CONTRIB_DIR)/gdb/gdbserver
|
||||||
|
|
||||||
#
|
|
||||||
# Detect missing preparation of GDB package
|
|
||||||
#
|
|
||||||
ifeq ($(wildcard $(GDB_CONTRIB_DIR)),)
|
|
||||||
REQUIRES = prepare_ports_gdb
|
|
||||||
endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user