summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-06-29 13:57:11 +0300
committerTom Rini <[email protected]>2025-07-11 10:43:29 -0600
commite82ba0be9be130dc27996f11e41d82e1da95104f (patch)
tree61a2de2ff4e254d664549810922bb0ff8980189a /test/dm/Makefile
parentb01444aa14cf9f1e4e5415135ec5b6b2cbfa0574 (diff)
test: dm: add AES engine test
Create a basic test suit for AES DM uclass that covers all available operations. Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index 917dafe7d22..d15859eca30 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -29,6 +29,7 @@ obj-(CONFIG_DM_GPIO) += gpio.o
obj-y += irq.o
endif
obj-$(CONFIG_ADC) += adc.o
+obj-$(CONFIG_AES_SOFTWARE) += aes.o
obj-$(CONFIG_SOUND) += audio.o
obj-$(CONFIG_AXI) += axi.o
obj-$(CONFIG_BLK) += blk.o