On Thu, 14 Aug 2014 04:21:15 +0000 (UTC) Warner Losh <i...@freebsd.org> wrote:
> Author: imp > Date: Thu Aug 14 04:21:14 2014 > New Revision: 269957 > URL: http://svnweb.freebsd.org/changeset/base/269957 > > Log: > Add support for FDT and !FDT configs on Atmel, though FDT isn't > working yet. > Bump rev on arm Makefile since files.at91 uses new '!' operator. > > Modified: > head/sys/arm/at91/files.at91 > head/sys/conf/Makefile.arm > > Modified: head/sys/arm/at91/files.at91 > ============================================================================== > --- head/sys/arm/at91/files.at91 Thu Aug 14 04:20:13 > 2014 (r269956) +++ head/sys/arm/at91/files.at91 Thu Aug > 14 04:21:14 2014 (r269957) @@ -3,28 +3,34 @@ > arm/arm/cpufunc_asm_arm9.S standard > arm/at91/at91_machdep.c standard > arm/at91/at91_aic.c standard > arm/at91/at91.c standard > -arm/at91/at91_cfata.c optional at91_cfata > -arm/at91/at91_mci.c optional at91_mci > -dev/nand/nfc_at91.c optional nand > +arm/at91/at91_aic.c standard > arm/at91/at91_pio.c standard > arm/at91/at91_pmc.c standard > +arm/at91/at91_smc.c standard > +arm/at91/at91_cfata.c optional at91_cfata > +arm/at91/at91_common.c optional fdt > +arm/at91/at91_mci.c optional at91_mci > +arm/at91/at91_pinctrl.c optional fdt This file is missing from the repo breaking LINT. Andrew _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"