mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Fix the building of the aac driver as a module. Add a comment about enabling
debug information for the driver.
This commit is contained in:
parent
0197892d6a
commit
d383383e6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74379
@ -3,11 +3,12 @@
|
||||
.PATH: ${.CURDIR}/../../dev/aac
|
||||
|
||||
KMOD= aac
|
||||
SRCS= aac.c aac_pci.c aac_disk.c
|
||||
SRCS= aac.c aac_pci.c aac_disk.c opt_aac.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
|
||||
CFLAGS+= -DAAC_COMPAT_LINUX
|
||||
|
||||
# To enable debug output from the driver, uncomment these two lines.
|
||||
#CFLAGS+= -DAAC_DEBUG=2
|
||||
#SRCS+= aac_debug.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user