diff --git a/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn b/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn index 730a65144..3399fe9c7 100644 --- a/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn +++ b/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn @@ -130,6 +130,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/common/blemesh_platform/platform/ESP32_custom/route_hook b/examples/common/blemesh_platform/platform/ESP32_custom/route_hook new file mode 120000 index 000000000..6eb4f99ae --- /dev/null +++ b/examples/common/blemesh_platform/platform/ESP32_custom/route_hook @@ -0,0 +1 @@ +../../../../../connectedhomeip/connectedhomeip/src/platform/ESP32/route_hook \ No newline at end of file