Files
android_kernel_eebbk_sm6150/drivers/vservices/protocol/block/Makefile
T

8 lines
285 B
Makefile
Raw Normal View History

ccflags-y += -Werror
obj-$(CONFIG_VSERVICES_PROTOCOL_BLOCK_SERVER) += vservices_protocol_block_server.o
vservices_protocol_block_server-objs = server.o
obj-$(CONFIG_VSERVICES_PROTOCOL_BLOCK_CLIENT) += vservices_protocol_block_client.o
vservices_protocol_block_client-objs = client.o