diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-04-05 19:40:01 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-04-05 19:52:55 +0000 |
| commit | b111430e54537a66080df115c3a2950a2922da5a (patch) | |
| tree | 14cee4873eb8e9ae1b7dac15525150d7d1894c25 /sys/modules/ffec/Makefile | |
| parent | ff8d9d9c56185d38f507ffe2659cfd13633b9a12 (diff) | |
Diffstat (limited to 'sys/modules/ffec/Makefile')
| -rw-r--r-- | sys/modules/ffec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ffec/Makefile b/sys/modules/ffec/Makefile index c092b18169b5..cf5437ba26ba 100644 --- a/sys/modules/ffec/Makefile +++ b/sys/modules/ffec/Makefile @@ -3,6 +3,6 @@ .PATH: ${SRCTOP}/sys/dev/ffec KMOD= if_ffec -SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h +SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h opt_platform.h .include <bsd.kmod.mk> |
