Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
[cascardo/linux.git] / tools / perf / config / feature-checks / Makefile
index 64c84e5..6088f8d 100644 (file)
@@ -5,6 +5,7 @@ FILES=                                  \
        test-bionic.bin                 \
        test-dwarf.bin                  \
        test-fortify-source.bin         \
+       test-sync-compare-and-swap.bin  \
        test-glibc.bin                  \
        test-gtk2.bin                   \
        test-gtk2-infobar.bin           \
@@ -141,6 +142,9 @@ test-timerfd.bin:
 test-libdw-dwarf-unwind.bin:
        $(BUILD)
 
+test-sync-compare-and-swap.bin:
+       $(BUILD) -Werror
+
 -include *.d
 
 ###############################