cb710: handle DEBUG define in Makefile
[deliverable/linux.git] / drivers / misc / cb710 / Makefile
CommitLineData
9bf69a26
PO
1ifeq ($(CONFIG_CB710_DEBUG),y)
2 EXTRA_CFLAGS += -DDEBUG
3endif
4
5f5bac82
MM
5obj-$(CONFIG_CB710_CORE) += cb710.o
6
7cb710-y := core.o sgbuf2.o
8cb710-$(CONFIG_CB710_DEBUG) += debug.o
This page took 0.025554 seconds and 5 git commands to generate.