diff options
Diffstat (limited to 'tools/build/feature/Makefile')
-rw-r--r-- | tools/build/feature/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile index 74ca42093d70..e13a42bd0274 100644 --- a/tools/build/feature/Makefile +++ b/tools/build/feature/Makefile | |||
@@ -19,6 +19,7 @@ FILES= \ | |||
19 | test-libelf-getphdrnum.bin \ | 19 | test-libelf-getphdrnum.bin \ |
20 | test-libelf-mmap.bin \ | 20 | test-libelf-mmap.bin \ |
21 | test-libnuma.bin \ | 21 | test-libnuma.bin \ |
22 | test-numa_num_possible_cpus.bin \ | ||
22 | test-libperl.bin \ | 23 | test-libperl.bin \ |
23 | test-libpython.bin \ | 24 | test-libpython.bin \ |
24 | test-libpython-version.bin \ | 25 | test-libpython-version.bin \ |
@@ -87,6 +88,9 @@ test-libelf-getphdrnum.bin: | |||
87 | test-libnuma.bin: | 88 | test-libnuma.bin: |
88 | $(BUILD) -lnuma | 89 | $(BUILD) -lnuma |
89 | 90 | ||
91 | test-numa_num_possible_cpus.bin: | ||
92 | $(BUILD) -lnuma | ||
93 | |||
90 | test-libunwind.bin: | 94 | test-libunwind.bin: |
91 | $(BUILD) -lelf | 95 | $(BUILD) -lelf |
92 | 96 | ||