diff options
| author | Simon Glass <[email protected]> | 2019-12-06 21:41:54 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2019-12-15 11:44:11 +0800 |
| commit | 3b65ee34b908ce0c495c25987f5feb37ac163eab (patch) | |
| tree | ba7a13fb9a4254844237c545e40a4068dba0ff84 /drivers/Makefile | |
| parent | 6c6d88e142e8714ed88d051c524036ff17278390 (diff) | |
x86: sandbox: Add a PMC emulator and test
Add a simple PMC for sandbox to permit tests to run.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index e977f19af68..cb8c215e767 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -25,6 +25,7 @@ obj-$(CONFIG_$(SPL_TPL_)VIRTIO) += virtio/ obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox/ obj-$(CONFIG_$(SPL_)REMOTEPROC) += remoteproc/ obj-$(CONFIG_$(SPL_TPL_)TPM) += tpm/ +obj-$(CONFIG_$(SPL_TPL_)ACPI_PMC) += power/acpi_pmc/ ifndef CONFIG_TPL_BUILD ifdef CONFIG_SPL_BUILD |
