mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 09:31:50 -04:00
20 lines
323 B
Makefile
20 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/04/04 14:49:09 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP=${TOPRUMP}
|
|
|
|
.PATH: ${RUMPTOP}/../dev/pci
|
|
|
|
LIB= rumpdev_pci_if_wm
|
|
IOCONF= PCI_IF_WM.ioconf
|
|
|
|
SRCS= wm_at_pci.c
|
|
|
|
SRCS+= if_wm.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include "${RUMPTOP}/Makefile.rump"
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|