summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-03-07 11:53:43 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-03-07 11:53:43 +1100
commit771781fb546908353befa8b52f59508f6bfa7858 (patch)
treed46ae46bf6c39139352a7b84f78a7ddc2a1965de /Makefile
parentff28d4cb0cbb049fca3cca7dd404a9c726152647 (diff)
parent1caff9ba52970a3492bfe8a1b9e26291d34259c5 (diff)
Merge commit 'tests/master'
Conflicts: lib/Kconfig.debug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ae78a31a9de2..9af91fb5919c 100644
--- a/Makefile
+++ b/Makefile
@@ -604,6 +604,7 @@ export mod_strip_cmd
ifeq ($(KBUILD_EXTMOD),)
core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
+core-$(CONFIG_KERNEL_TESTS) += tests/
vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
$(core-y) $(core-m) $(drivers-y) $(drivers-m) \