tools/perf/build: Split out feature check: 'on-exit'
[profile/ivi/kernel-x86-ivi.git] / tools / perf / config / feature-checks / Makefile
index d348aa0..20f1b8c 100644 (file)
@@ -21,6 +21,7 @@ FILES=                                        \
        test-libpython-version          \
        test-strlcpy                    \
        test-libbfd                     \
+       test-on-exit                    \
        test-libnuma
 
 CC := $(CC) -MD
@@ -120,6 +121,9 @@ test-strlcpy:
 test-libbfd:
        $(BUILD) -DPACKAGE='perf' -DPACKAGE=perf -lbfd -ldl
 
+test-on-exit:
+       $(BUILD)
+
 -include *.d */*.d
 
 ###############################