]> xenbits.xensource.com Git - people/tklengyel/xen.git/commit
libxl/ACPI: add missing build dependency
authorJan Beulich <jbeulich@suse.com>
Tue, 9 Mar 2021 17:04:07 +0000 (18:04 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 9 Mar 2021 17:04:07 +0000 (18:04 +0100)
commit1b47cc852fd130ed9ce274a0f1600a4a62949a2c
treefdbff8dd21cbaa68c5caaef30e1677b51c0f1637
parent682edc95da4f0ffe8149b4651e5808c76d3a8987
libxl/ACPI: add missing build dependency

Just like all other object files - wherever *.o is mentioned, *.opic
also needs mentioning to yield consistent behavior. Otherwise make may
decide to (re)build the object before recursion into $(ACPI_PATH)/ (to
update $(DSDT_FILES-y) and ssdt_*.h) was actually finished.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/libs/light/Makefile