Rev 1681 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1681 | fabio | 1 | targets:= libnet.a |
630 | giacomo | 2 | |
1681 | fabio | 3 | libnet.a-objs:= \ |
4 | eth.o \ |
||
5 | 8390.o \ |
||
6 | 3c509.o \ |
||
7 | 3c59x.o \ |
||
8 | eepro100.o \ |
||
9 | ne.o \ |
||
10 | rtl8139.o \ |
||
11 | netbuff.o \ |
||
12 | arp.o \ |
||
13 | udpip.o \ |
||
14 | net.o \ |
||
15 | net_init.o \ |
||
16 | skbuff.o \ |
||
630 | giacomo | 17 | misc.o |
18 | |||
1681 | fabio | 19 | cppflags+= -I$(curdir)/include -D__KERNEL__ |
630 | giacomo | 20 |