add ethernet to src filter (#20136)

Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box>
This commit is contained in:
ellensp 2020-11-17 21:45:43 +13:00 committed by Scott Lahteine
parent 562c41af4e
commit cc9df782ce

View File

@ -77,6 +77,7 @@ default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
-<src/feature/direct_stepping.cpp> -<src/gcode/motion/G6.cpp>
-<src/feature/e_parser.cpp>
-<src/feature/encoder_i2c.cpp>
-<src/feature/ethernet.cpp>
-<src/feature/fanmux.cpp>
-<src/feature/filwidth.cpp> -<src/gcode/feature/filwidth>
-<src/feature/fwretract.cpp> -<src/gcode/feature/fwretract>