freebsd-dev/sys/arm/conf/Makefile
Marcel Moolenaar ef01f7736b Add NOTES and Makefile in order to generate LINT. NOTES contains pretty
much all the union of all the kernel configuration files, including all
the CPU types, Marvell SOC types and at91 board types. Any device not
supported (read: does not compile) has been removed, which is a fairly
small set actually. As such, LINT gives us very good coverage without
having to build a zillion kernels.
2012-11-27 01:17:50 +00:00

6 lines
70 B
Makefile

# $FreeBSD$
TARGET=arm
.include "${.CURDIR}/../../conf/makeLINT.mk"