This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-04 02:20:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ee7b65f2cc
u-boot
/
drivers
/
net
/
mscc_eswitch
/
Makefile
3 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
net: mscc: Move ocelot_switch to mscc_eswitch folder Move file ocelot_switch to mscc_eswitch to prepare to add new net drivers for other MSCC SoCs. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
2019-01-31 14:30:33 +00:00
net: mscc: Move mac_table_add function into different file. Move the function mac_table_add into a different file, so it can be reused. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
2019-01-31 14:30:36 +00:00
obj-$(CONFIG_MSCC_OCELOT_SWITCH)
+=
ocelot_switch.o mscc_miim.o mscc_xfer.o mscc_mac_table.o
Reference in a new issue
Copy permalink