aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/drivers/net/ne/Makefile
blob: d1bcc12d8741edf1ae1bb2a808e2bb22b594e08d (plain)
1
2
3
4
5
6
7
8
include $(BASEDIR)/Rules.mk

default: $(OBJS)
	$(LD) -r -o ne_drv.o $(OBJS)

clean:
	rm -f *.o *~ core