Searched hist:"99819 ca00cb3f5377353364a78bff362b0c562a3" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/modules/gpio/ |
H A D | Makefile | diff 99819ca00cb3f5377353364a78bff362b0c562a3 Fri May 27 19:40:29 CEST 2016 Ian Lepore <ian@FreeBSD.org> When building modules, define make variable OPT_FDT if the kernel config includes the FDT option. Use OPT_FDT to conditionally compile modules that require FDT support.
In the past we've gotten away with using the arch name as a proxy for FDT support in makefile conditional logic, but now mips has some platforms with fdt support and some without and we need a more direct test.
|
/freebsd/sys/conf/ |
H A D | kern.opts.mk | diff 99819ca00cb3f5377353364a78bff362b0c562a3 Fri May 27 19:40:29 CEST 2016 Ian Lepore <ian@FreeBSD.org> When building modules, define make variable OPT_FDT if the kernel config includes the FDT option. Use OPT_FDT to conditionally compile modules that require FDT support.
In the past we've gotten away with using the arch name as a proxy for FDT support in makefile conditional logic, but now mips has some platforms with fdt support and some without and we need a more direct test.
|