Move bootp into a separate file

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-07-06 13:52:35 +02:00
parent 228ccedb5e
commit 138eeb3625
3 changed files with 24 additions and 507 deletions

View file

@ -1579,6 +1579,7 @@ module = {
module = {
name = net;
common = net/net.c;
common = net/bootp.c;
common = net/ip.c;
common = net/udp.c;
common = net/ethernet.c;