mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-08 12:28:27 +00:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
ifeq ($(CONFIG_CB710_DEBUG),y)
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
endif
|
|
|
|
obj-$(CONFIG_CB710_CORE) += cb710.o
|
|
|
|
cb710-y := core.o sgbuf2.o
|
|
cb710-$(CONFIG_CB710_DEBUG) += debug.o
|