head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.11.27.01.21.01;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 243581
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243581 | marcel | 2012-11-27 01:17:50 +0000 (Tue, 27 Nov 2012) | 7 lines
## SVN ##
## SVN ## Add NOTES and Makefile in order to generate LINT. NOTES contains pretty
## SVN ## much all the union of all the kernel configuration files, including all
## SVN ## the CPU types, Marvell SOC types and at91 board types. Any device not
## SVN ## supported (read: does not compile) has been removed, which is a fairly
## SVN ## small set actually. As such, LINT gives us very good coverage without
## SVN ## having to build a zillion kernels.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/sys/arm/conf/Makefile 243581 2012-11-27 01:17:50Z marcel $

TARGET=arm

.include "${.CURDIR}/../../conf/makeLINT.mk"
@
