Subversion Repositories HelenOS

Rev

Rev 3886 | Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3886 Rev 3992
Line 1... Line 1...
1
#
1
#
2
# Copyright (c) 2005 Martin Decky
2
# Copyright (c) 2009 Lukas Mejdrech
3
# All rights reserved.
3
# All rights reserved.
4
#
4
#
5
# Redistribution and use in source and binary forms, with or without
5
# Redistribution and use in source and binary forms, with or without
6
# modification, are permitted provided that the following conditions
6
# modification, are permitted provided that the following conditions
7
# are met:
7
# are met:
Line 34... Line 34...
34
	networking/startup
34
	networking/startup
35
 
35
 
36
DIRS_MODULAR =	il/ip \
36
DIRS_MODULAR =	il/ip \
37
		tl/tcp \
37
		tl/tcp \
38
		il/arp \
38
		il/arp \
39
#		nil/ethernet \
39
		nil/eth \
40
#		il/rarp \
40
#		il/rarp \
41
#		il/icmp \
41
#		il/icmp \
42
#		tl/udp \
42
#		tl/udp \
43
#		socket
43
#		socket
44
 
44