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
# 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)