diff options
-rw-r--r-- | lib/Makefile | 2 | ||||
-rw-r--r-- | lib/test_hexdump.c (renamed from lib/test-hexdump.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 180dd4d0dd41..fdeb7e304554 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -31,7 +31,7 @@ obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ | |||
31 | obj-y += string_helpers.o | 31 | obj-y += string_helpers.o |
32 | obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o | 32 | obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o |
33 | obj-y += hexdump.o | 33 | obj-y += hexdump.o |
34 | obj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o | 34 | obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o |
35 | obj-y += kstrtox.o | 35 | obj-y += kstrtox.o |
36 | obj-$(CONFIG_TEST_BPF) += test_bpf.o | 36 | obj-$(CONFIG_TEST_BPF) += test_bpf.o |
37 | obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o | 37 | obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o |
diff --git a/lib/test-hexdump.c b/lib/test_hexdump.c index 5241df36eedf..5241df36eedf 100644 --- a/lib/test-hexdump.c +++ b/lib/test_hexdump.c | |||