diff options
Diffstat (limited to 'lib/acpi/Makefile')
-rw-r--r-- | lib/acpi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/acpi/Makefile b/lib/acpi/Makefile index 660491ef711..5c2f793701f 100644 --- a/lib/acpi/Makefile +++ b/lib/acpi/Makefile @@ -1,4 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-y += acpigen.o +obj-y += acpi_device.o +obj-y += acpi_dp.o obj-y += acpi_table.o |