diff options
Diffstat (limited to 'tools/build/Makefile.feature')
-rw-r--r-- | tools/build/Makefile.feature | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index c6f44894d4a1..3a0b0ca2a28c 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature | |||
@@ -50,7 +50,8 @@ FEATURE_TESTS = \ | |||
50 | stackprotector-all \ | 50 | stackprotector-all \ |
51 | timerfd \ | 51 | timerfd \ |
52 | libdw-dwarf-unwind \ | 52 | libdw-dwarf-unwind \ |
53 | zlib | 53 | zlib \ |
54 | lzma | ||
54 | 55 | ||
55 | FEATURE_DISPLAY = \ | 56 | FEATURE_DISPLAY = \ |
56 | dwarf \ | 57 | dwarf \ |
@@ -65,7 +66,8 @@ FEATURE_DISPLAY = \ | |||
65 | libslang \ | 66 | libslang \ |
66 | libunwind \ | 67 | libunwind \ |
67 | libdw-dwarf-unwind \ | 68 | libdw-dwarf-unwind \ |
68 | zlib | 69 | zlib \ |
70 | lzma | ||
69 | 71 | ||
70 | # Set FEATURE_CHECK_(C|LD)FLAGS-all for all FEATURE_TESTS features. | 72 | # Set FEATURE_CHECK_(C|LD)FLAGS-all for all FEATURE_TESTS features. |
71 | # If in the future we need per-feature checks/flags for features not | 73 | # If in the future we need per-feature checks/flags for features not |