freebsd-dev/sys/modules/de/Makefile
Mark Murray f7261d9c5f Convert the de driver into a loadable module. Still missing is an
unload method. Lots of old cruft is removed.

Thanks to WPaul for large clue-injection and debugging services.

Reviewed by:	wpaul
2000-10-31 01:25:10 +00:00

8 lines
133 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD = if_de
SRCS = if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>