mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-01-27 15:13:58 +01: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
|