Add Makefile to build an if_ed kernel module. Works on both, i386 and
alpha. No response from: the world
This commit is contained in:
parent
02a48c21cc
commit
0b637591f8
8
sys/modules/ed/Makefile
Normal file
8
sys/modules/ed/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ed
|
||||
KMOD = if_ed
|
||||
SRCS = if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c
|
||||
SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user