summaryrefslogtreecommitdiff
path: root/cesar/hle/tools/Module
blob: 9575ffad909c655c0d5bbb48968e0793a8e70f34 (plain)
1
2
3
4
5
6
7
8
9
SOURCES := tools.c

ifeq ($(CONFIG_HLE_TOOLS_DEBUG_DUMP),y)
SOURCES += debug_dump.c
endif

ifeq ($(CONFIG_HLE_TOOLS_RPC),y)
SOURCES += rpc.c
endif