K 10 svn:author V 3 ian K 8 svn:date V 27 2016-05-27T17:40:29.646035Z K 7 svn:log V 382 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. END