On 21 October 2015 at 14:30, Ed Maste <ema...@freebsd.org> wrote: > Author: emaste > Date: Wed Oct 21 18:30:42 2015 > New Revision: 289710 > URL: https://svnweb.freebsd.org/changeset/base/289710 > > Log: > Build ofw_bus_if.h for modules that need it on arm64
Module Makefile build rules for ofw_bus_if.h are a bit of a mess; some modules build it unconditionally while others build it only on certain archs. There are a large number of different combinations of sparc64, mips, powerpc, arm, and aarch64. This is true for a number of other arch-specific module Makefile support. Should we have MK_* knobs to control these cases -- e.g. MK_OFW (MK_FDT?) here? That would at least move the arch-specific tests to a common location. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"