diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2018-04-06 17:35:35 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2018-04-06 17:35:35 +0000 |
| commit | 6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd (patch) | |
| tree | 91aa218d5c7ba678789e2d491820dfe1e29122b4 /sys/modules/aac | |
| parent | d9b41671bfa3cde03ac3795ef8320e718de20086 (diff) | |
Notes
Diffstat (limited to 'sys/modules/aac')
| -rw-r--r-- | sys/modules/aac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile index 4810d4e141dd..1a5b433688ee 100644 --- a/sys/modules/aac/Makefile +++ b/sys/modules/aac/Makefile @@ -8,7 +8,7 @@ SUBDIR= aac_linux KMOD= aac SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c -SRCS+= opt_scsi.h opt_cam.h opt_compat.h opt_aac.h +SRCS+= opt_scsi.h opt_cam.h opt_aac.h SRCS+= device_if.h bus_if.h pci_if.h # To enable debug output from the driver, uncomment these two lines. |
