diff --git a/examples/blemesh_bridge/platform/ESP32_custom/BUILD.gn b/examples/blemesh_bridge/platform/ESP32_custom/BUILD.gn index 4e4e4430f..d71cde3ca 100644 --- a/examples/blemesh_bridge/platform/ESP32_custom/BUILD.gn +++ b/examples/blemesh_bridge/platform/ESP32_custom/BUILD.gn @@ -129,6 +129,10 @@ static_library("ESP32_custom") { "ConnectivityManagerImpl_WiFi.cpp", "NetworkCommissioningDriver.cpp", "NetworkCommissioningDriver.h", + "route_hook/ESP32RouteHook.c", + "route_hook/ESP32RouteHook.h", + "route_hook/ESP32RouteTable.c", + "route_hook/ESP32RouteTable.h", ] if (chip_mdns == "platform") { sources += [ diff --git a/examples/blemesh_bridge/platform/ESP32_custom/route_hook b/examples/blemesh_bridge/platform/ESP32_custom/route_hook new file mode 120000 index 000000000..1516f3684 --- /dev/null +++ b/examples/blemesh_bridge/platform/ESP32_custom/route_hook @@ -0,0 +1 @@ +../../../../connectedhomeip/connectedhomeip/src/platform/ESP32/route_hook \ No newline at end of file