genode/repos/ports/lib/mk/x86_32/gdbserver_platform_x86_32.inc
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

8 lines
164 B
PHP

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