Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2017 19:49:29 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322414 - head/sys/arm/conf
Message-ID:  <201708111949.v7BJnTqd055132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Aug 11 19:49:29 2017
New Revision: 322414
URL: https://svnweb.freebsd.org/changeset/base/322414

Log:
  arm: enable ARM_MANY_BOARD in NOTES for LINT build
  
  Added in r238189, ARM_MANY_BOARD adds support for multiple ARM boards in
  a single kernel. Include it for LINT builds to avoid duplicate symbol
  errors when linking with lld.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm/conf/NOTES

Modified: head/sys/arm/conf/NOTES
==============================================================================
--- head/sys/arm/conf/NOTES	Fri Aug 11 19:24:08 2017	(r322413)
+++ head/sys/arm/conf/NOTES	Fri Aug 11 19:49:29 2017	(r322414)
@@ -36,6 +36,7 @@ options 	SOC_MV_DISCOVERY
 options 	SOC_MV_KIRKWOOD
 options 	SOC_MV_ORION
 
+options 	ARM_MANY_BOARD
 device		at91_board_bwct
 device		at91_board_ethernut5
 device		at91_board_hl200



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708111949.v7BJnTqd055132>