mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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.
5 lines
70 B
Makefile
5 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET=arm
|
|
|
|
.include "${.CURDIR}/../../conf/makeLINT.mk"
|