diff options
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 0d1c66fa1e..b03c96da06 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -14,6 +14,8 @@ obj-$(CONFIG_UT_DM) += test-uclass.o obj-$(CONFIG_UT_DM) += core.o ifneq ($(CONFIG_SANDBOX),) obj-$(CONFIG_ACPIGEN) += acpi.o +obj-$(CONFIG_ACPIGEN) += acpigen.o +obj-$(CONFIG_ACPIGEN) += acpi_dp.o obj-$(CONFIG_SOUND) += audio.o obj-$(CONFIG_BLK) += blk.o obj-$(CONFIG_BOARD) += board.o |