mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
170 B
Makefile
8 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
|