axi: Add AXI sandbox driver and simple emulator
[oweals/u-boot.git] / drivers / axi / Makefile
index 18d9380e9baf26d0d4bd146438a005c751778166..66b6c5a28f4990ba39f84fee3adc1f484df4f4b9 100644 (file)
@@ -7,3 +7,6 @@
 
 obj-$(CONFIG_AXI) += axi-uclass.o
 obj-$(CONFIG_IHS_AXI) += ihs_axi.o
+obj-$(CONFIG_SANDBOX) += axi-emul-uclass.o
+obj-$(CONFIG_SANDBOX) += sandbox_store.o
+obj-$(CONFIG_AXI_SANDBOX) += axi_sandbox.o