diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-08 16:57:34 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-04-16 14:36:28 +0800 |
commit | f50cc9528850ed546b44894cdc7ab4ceb4b30550 (patch) | |
tree | 84c4156b4dbea5f6a6a7cb157fc62c945398f8df /test/dm/Makefile | |
parent | 29db946cbfbc6d492e4c5466ee2a3080897b60b3 (diff) | |
download | u-boot-f50cc9528850ed546b44894cdc7ab4ceb4b30550.tar.gz u-boot-f50cc9528850ed546b44894cdc7ab4ceb4b30550.tar.bz2 u-boot-f50cc9528850ed546b44894cdc7ab4ceb4b30550.zip |
acpi: Add a simple sandbox test
Add a sandbox test for the basic ACPI functionality we have so far.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index dd1ceff86c..3daf8a544e 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_UT_DM) += test-uclass.o # subsystem you must add sandbox tests here. obj-$(CONFIG_UT_DM) += core.o ifneq ($(CONFIG_SANDBOX),) +obj-$(CONFIG_ACPIGEN) += acpi.o obj-$(CONFIG_SOUND) += audio.o obj-$(CONFIG_BLK) += blk.o obj-$(CONFIG_BOARD) += board.o |