summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-29 15:40:01 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-29 15:40:01 -0700
commitafe0079238d4607b95cdacff60f445a723b39ffa (patch)
tree582587123d98540339a6861fafaeb7d0f02e9fbe /Makefile
parent635825580f2c52a7c4b7c84f4cf39ba50b683828 (diff)
downloadkdbus-bus-afe0079238d4607b95cdacff60f445a723b39ffa.tar.gz
kdbus-bus-afe0079238d4607b95cdacff60f445a723b39ffa.tar.bz2
kdbus-bus-afe0079238d4607b95cdacff60f445a723b39ffa.zip
portal_test: add portal test program
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 860198a0843..6c31f0d532a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ obj-m += dbus.o
obj-m += portal.o
# test programs
-hostprogs-y := kdbus_test
+hostprogs-y := kdbus_test portal_test
always := $(hostprogs-y)
KERNELDIR ?= /lib/modules/$(shell uname -r)/build