diff options
Diffstat (limited to 'drivers/power/acpi_pmc/Makefile')
-rw-r--r-- | drivers/power/acpi_pmc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/acpi_pmc/Makefile b/drivers/power/acpi_pmc/Makefile new file mode 100644 index 0000000000..115788f109 --- /dev/null +++ b/drivers/power/acpi_pmc/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright 2019 Google LLC + +obj-$(CONFIG_$(SPL_TPL_)ACPI_PMC) += acpi-pmc-uclass.o +obj-$(CONFIG_$(SPL_TPL_)ACPI_PMC_SANDBOX) += sandbox.o pmc_emul.o |