kdbus: the driver, original and non-working
[platform/kernel/linux-exynos.git] / samples / kdbus / Makefile
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
3
4 hostprogs-$(CONFIG_SAMPLE_KDBUS) += kdbus-workers
5
6 always := $(hostprogs-y)
7
8 HOSTCFLAGS_kdbus-workers.o += -I$(objtree)/usr/include
9 HOSTLOADLIBES_kdbus-workers := -lrt