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

8 lines
291 B
Makefile

ccflags-y += -Werror
obj-$(CONFIG_VSERVICES_PROTOCOL_SERIAL_CLIENT) += vservices_protocol_serial_client.o
vservices_protocol_serial_client-objs = client.o
obj-$(CONFIG_VSERVICES_PROTOCOL_SERIAL_SERVER) += vservices_protocol_serial_server.o
vservices_protocol_serial_server-objs = server.o