diff options
| author | kkitayam <[email protected]> | 2021-09-30 22:14:29 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-30 22:14:29 +0900 |
| commit | a1788da4105b762e919dee0e1f2141288751e7b8 (patch) | |
| tree | 919250b029129a21d1062b61e2e69f58c0a24477 | |
| parent | 2800a6a5830e721baffdf95e4fe6cd1475771582 (diff) | |
Add video class entry to rp2040 building scripts
| -rw-r--r-- | examples/device/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt index a0e4600f6..edf5ab805 100644 --- a/examples/device/CMakeLists.txt +++ b/examples/device/CMakeLists.txt @@ -24,4 +24,5 @@ family_add_subdirectory(msc_dual_lun) family_add_subdirectory(net_lwip_webserver) family_add_subdirectory(uac2_headset) family_add_subdirectory(usbtmc) +family_add_subdirectory(video_capture) family_add_subdirectory(webusb_serial) 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 ) |
