Message ID | 20230717131507.32420-2-ilpo.jarvinen@linux.intel.com |
---|---|
State | Accepted |
Commit | 8e289f4542890168705219e54f0231dccfabddbe |
Headers | show |
Series | [v5,01/19] selftests/resctrl: Add resctrl.h into build deps | expand |
diff --git a/tools/testing/selftests/resctrl/Makefile b/tools/testing/selftests/resctrl/Makefile index 73d53257df42..5073dbc96125 100644 --- a/tools/testing/selftests/resctrl/Makefile +++ b/tools/testing/selftests/resctrl/Makefile @@ -7,4 +7,4 @@ TEST_GEN_PROGS := resctrl_tests include ../lib.mk -$(OUTPUT)/resctrl_tests: $(wildcard *.c) +$(OUTPUT)/resctrl_tests: $(wildcard *.[ch])