Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[firefly-linux-kernel-4.4.55.git] / tools / testing / selftests / Makefile
index 24ae9e829e9aa2e22db0e035b4c1d53d5424cf61..0501511445963bd9a87540b73094456ec10987aa 100644 (file)
@@ -20,8 +20,10 @@ ifneq (1, $(quicktest))
 TARGETS += timers
 endif
 TARGETS += user
+TARGETS += jumplabel
 TARGETS += vm
 TARGETS += x86
+TARGETS += zram
 #Please keep the TARGETS list alphabetically sorted
 # Run "make quicktest=1 run_tests" or
 # "make quicktest=1 kselftest from top level Makefile
@@ -71,7 +73,6 @@ ifdef INSTALL_PATH
        @# Ask all targets to install their files
        mkdir -p $(INSTALL_PATH)
        for TARGET in $(TARGETS); do \
-               mkdir -p $(INSTALL_PATH)/$$TARGET ; \
                make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
        done;