Skip to content

Commit 4f4356e

Browse files
committed
ACPICA: Add utcksum.o to the acpidump Makefile
Commit 51aad1a ("ACPICA: Finish support for the CDAT table") did not add utcksum.o to the acpidump Makefile by mistake. Do that now. Fixes: 51aad1a ("ACPICA: Finish support for the CDAT table") Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent f6fc0bf commit 4f4356e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/power/acpi/tools/acpidump/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ TOOL_OBJS = \
2828
tbxfroot.o\
2929
utascii.o\
3030
utbuffer.o\
31+
utcksum.o\
3132
utdebug.o\
3233
utexcep.o\
3334
utglobal.o\

0 commit comments

Comments
 (0)