diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-07-17 23:23:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-07-17 23:23:45 +0000 |
| commit | ff9452772d2fbb1268af844ff4c0980942046546 (patch) | |
| tree | f8269aa5bf6c30dad84c8583b521791fc90feb4a /sys/modules/cfi/Makefile | |
| parent | e9d6b13d256dce81371549fe2e402e846e64ab45 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cfi/Makefile')
| -rw-r--r-- | sys/modules/cfi/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/modules/cfi/Makefile b/sys/modules/cfi/Makefile index 59ec4d693df7..6f8a8af4ab4b 100644 --- a/sys/modules/cfi/Makefile +++ b/sys/modules/cfi/Makefile @@ -3,16 +3,9 @@ .PATH: ${SRCTOP}/sys/dev/cfi KMOD= cfi -SRCS= ${_cfi_bus} cfi_core.c cfi_dev.c +SRCS= cfi_bus_fdt.c ofw_bus_if.h cfi_core.c cfi_dev.c SRCS+= bus_if.h device_if.h opt_cfi.h -.if ${MACHINE} == "arm" -_cfi_bus= cfi_bus_fdt.c cfi_bus_ixp4xx.c ofw_bus_if.h -.endif -.if ${MACHINE} == "powerpc" -_cfi_bus= cfi_bus_fdt.c ofw_bus_if.h -.endif - opt_cfi.h: echo "#define CFI_SUPPORT_STRATAFLASH 1" > ${.TARGET} |
