diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2018-07-09 14:18:03 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2018-07-09 14:18:03 +0000 |
| commit | 5e71fdc20dd45d9202261dd82cb68b16197beba6 (patch) | |
| tree | b696f81e14f21bbea630614ecd3b150799615aac /sys/modules/amdsbwd/Makefile | |
| parent | f7c4fdee1af6c18aecf374bf797ffa27d33c6789 (diff) | |
Notes
Diffstat (limited to 'sys/modules/amdsbwd/Makefile')
| -rw-r--r-- | sys/modules/amdsbwd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/amdsbwd/Makefile b/sys/modules/amdsbwd/Makefile index cf69fd0ffbff..1398fa8c5484 100644 --- a/sys/modules/amdsbwd/Makefile +++ b/sys/modules/amdsbwd/Makefile @@ -3,6 +3,6 @@ .PATH: ${SRCTOP}/sys/dev/amdsbwd KMOD = amdsbwd SRCS = amdsbwd.c -SRCS += device_if.h bus_if.h pci_if.h isa_if.h +SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_amdsbwd.h .include <bsd.kmod.mk> |
