obj-$(CONFIG_CLUSTER_COMM) += ctyun_comm.o
ctyun_comm-objs := comm.o comm_ioctl.o cluster_comm.o cluster_target_socket.o cluster_target_mac.o
INCLUDES := include/common
EXTRA_CFLAGS += -I$(INCLUDES) -Wno-unused -Wno-format -Wno-declaration-after-statement -D_KERNEL
