mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
test: Update logic for video test
The video test here is specific to the sandbox SDL video driver, so only build it when that is enabled rather than VIDEO is enabled. Reported-by: Alison Chaiken <alison@she-devel.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
f90f10a933
commit
c9ffeefeb3
@ -126,7 +126,7 @@ obj-$(CONFIG_TEE) += tee.o
|
||||
obj-$(CONFIG_TIMER) += timer.o
|
||||
obj-$(CONFIG_TPM_V2) += tpm.o
|
||||
obj-$(CONFIG_DM_USB) += usb.o
|
||||
obj-$(CONFIG_VIDEO) += video.o
|
||||
obj-$(CONFIG_VIDEO_SANDBOX_SDL) += video.o
|
||||
ifeq ($(CONFIG_VIRTIO_SANDBOX),y)
|
||||
obj-y += virtio.o
|
||||
obj-$(CONFIG_VIRTIO_RNG) += virtio_device.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user