summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorkkitayam <[email protected]>2021-09-30 22:14:29 +0900
committerkkitayam <[email protected]>2021-09-30 22:14:29 +0900
commita1788da4105b762e919dee0e1f2141288751e7b8 (patch)
tree919250b029129a21d1062b61e2e69f58c0a24477 /hw
parent2800a6a5830e721baffdf95e4fe6cd1475771582 (diff)
Add video class entry to rp2040 building scripts
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/rp2040/family.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index 41960b6cd..10c103a9e 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -73,6 +73,7 @@ if (NOT TARGET _rp2040_family_inclusion_marker)
${TOP}/src/class/net/net_device.c
${TOP}/src/class/usbtmc/usbtmc_device.c
${TOP}/src/class/vendor/vendor_device.c
+ ${TOP}/src/class/video/video_device.c
)