mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 15:09:36 +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
|