summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2016-02-06 19:42:27 -0800
committerAndrew G. Morgan <morgan@kernel.org>2016-02-06 19:42:27 -0800
commitdce069b617cf5e42fde707196eaf2ee8d62bc96c (patch)
tree58038c1d524b63e7dec8391cb4b8f902b700bf0d /Makefile
parent1f52c8a50305ab07b029008a8c7d6318355944b3 (diff)
downloadlibcap2-dce069b617cf5e42fde707196eaf2ee8d62bc96c.tar.gz
Add something to run libcap's quicktest tests against development kernel.
The kdebug directory requires qemu to run and expects the kernel to be compiled with the running architecture. My setup has the kernel sources as a peer to the libcap directory so kdebug assumes that too. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 124d10d..ad58c3a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,14 @@ include Make.Rules
# flags
#
-all install clean: %: %-here
+all install clean kdebug: %: %-here
$(MAKE) -C libcap $@
ifneq ($(PAM_CAP),no)
$(MAKE) -C pam_cap $@
endif
$(MAKE) -C progs $@
$(MAKE) -C doc $@
+ $(MAKE) -C kdebug $@
all-here: