kdbus: the driver, original and non-working
[platform/kernel/linux-exynos.git] / ipc / kdbus / Makefile
1 kdbus-y := \
2         bus.o \
3         connection.o \
4         endpoint.o \
5         fs.o \
6         handle.o \
7         item.o \
8         main.o \
9         match.o \
10         message.o \
11         metadata.o \
12         names.o \
13         node.o \
14         notify.o \
15         domain.o \
16         policy.o \
17         pool.o \
18         reply.o \
19         queue.o \
20         util.o
21
22 obj-$(CONFIG_KDBUS) += kdbus.o