genode/repos/ports/lib/mk/spec/x86_64/gdbserver_platform-x86_64.inc
2017-02-28 13:00:42 +01:00

12 lines
270 B
PHP

INC_DIR += $(REP_DIR)/src/lib/gdbserver_platform/spec/x86_64
SRC_C = i386.c \
i386-avx.c \
amd64.c \
amd64-avx.c \
linux-x86-low.c
CC_OPT_linux-x86-low += -Wno-unused-function
include $(REP_DIR)/lib/mk/gdbserver_platform.inc