diff --git a/src/tool/pps/pps_driver.cc b/src/tool/pps/pps_driver.cc index 4eb3a17aa7c..5ef155633c2 100644 --- a/src/tool/pps/pps_driver.cc +++ b/src/tool/pps/pps_driver.cc @@ -49,6 +49,7 @@ std::unordered_map> create_supported_driver #ifdef PPS_PANFROST map.emplace("panfrost", std::make_unique()); + map.emplace("panthor", std::make_unique()); #endif // PPS_PANFROST #ifdef PPS_V3D