esp32: network devices pull in GNRC dependencies statically #12964
Labels
Area: drivers
Area: Device drivers
Area: network
Area: Networking
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Milestone
Description
While compile testing #12931 we noticed that the ESP32 won't build
tests/lwip
anymore. The reason: All the device drivers for the SoC network devices pull in GNRC as a static dependency.Steps to reproduce the issue
Build
tests/lwip
for an ESP32 board, e.g.Expected results
tests/lwip
should not pull in any GNRC dependencies.Actual results
From the build output in current master:
Versions
Current master (50c2a2c)
The text was updated successfully, but these errors were encountered: