mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
This module requires pci_if.h, add it to the SRCS list.
We haven't noticed that it was missing because eisa has been disabled for a while in -current, but it became apparent when some parallel-build stuff was MFC'd to 10-stable and this module failed to build there.
This commit is contained in:
parent
5f91863a54
commit
1fd407a76c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270311
@ -5,7 +5,7 @@
|
||||
KMOD= ahc_eisa
|
||||
|
||||
SRCS= ahc_eisa.c
|
||||
SRCS+= device_if.h bus_if.h eisa_if.h
|
||||
SRCS+= device_if.h bus_if.h eisa_if.h pci_if.h
|
||||
SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
|
||||
|
Loading…
x
Reference in New Issue
Block a user