6 lines
152 B
Makefile
6 lines
152 B
Makefile
|
|
ccflags-y += -Werror
|
||
|
|
ccflags-$(CONFIG_VSERVICES_DEBUG) += -DDEBUG
|
||
|
|
|
||
|
|
obj-$(CONFIG_VSERVICES_OKL4_AXON) += vtransport_axon.o
|
||
|
|
vtransport_axon-objs = axon.o
|