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