Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / netif / iwl / Makefile
1 # $DragonFly: src/sys/dev/netif/iwl/Makefile,v 1.1 2008/03/05 14:10:39 sephe Exp $
2
3 KMOD= if_iwl
4 SRCS= if_iwl.c iwl2100.c
5 SRCS+= device_if.h bus_if.h pci_if.h
6
7 .include <bsd.kmod.mk>