Revert "samples: kdbus: build kdbus-workers conditionally"
authorKonrad Lipinski <konrad.l@samsung.com>
Thu, 8 Sep 2016 14:47:37 +0000 (16:47 +0200)
committerKonrad Lipinski <konrad.l@samsung.com>
Fri, 9 Sep 2016 11:26:27 +0000 (13:26 +0200)
This reverts commit 2cd49799d6087fa396c235487103800603b73f87.

samples/Kconfig
samples/kdbus/Makefile

index a4c6b2f8fa85607e21cc71643a96e4dc7af909cf..224ebb46bed5f8cf2965103f18ffa659d7629e76 100644 (file)
@@ -55,13 +55,6 @@ config SAMPLE_KDB
          Build an example of how to dynamically add the hello
          command to the kdb shell.
 
-config SAMPLE_KDBUS
-       bool "Build kdbus API example"
-       depends on KDBUS
-       help
-         Build an example of how the kdbus API can be used from
-         userspace.
-
 config SAMPLE_RPMSG_CLIENT
        tristate "Build rpmsg client sample -- loadable modules only"
        depends on RPMSG && m
index 137f8427209946406994f25841ae128c59bea4c1..e714602b62608c8c877817ecd35e93f94782e0e3 100644 (file)
@@ -1,7 +1,7 @@
 # kbuild trick to avoid linker error. Can be omitted if a module is built.
 obj- := dummy.o
 
-hostprogs-$(CONFIG_SAMPLE_KDBUS) += kdbus-workers
+hostprogs-y += kdbus-workers
 
 always := $(hostprogs-y)