mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
had been done years ago. I did. All this time we've only compiled a LINT
kernel for TARGET_ARCH=arm. Now separate LINT-V5 and LINT-V7 configs are
generated and built.
There are two new files in arm/conf, NOTES.armv5 and NOTES.armv7, containing
some of what used to be in the arm NOTES file. That file now contains only
the bits that are common to v5 and v7.
The makeLINT.mk file now creates the LINT-V5 and LINT-V7 files by concatening
sys/conf/NOTES, arm/conf/NOTES, and arm/conf/NOTES.armv{5,7} in that order.
44 lines
875 B
Text
44 lines
875 B
Text
# $FreeBSD$
|
|
|
|
options FDT
|
|
|
|
# Undo options from sys/conf/NOTES that we do not want...
|
|
|
|
nooptions COMPAT_FREEBSD4
|
|
nooptions COMPAT_FREEBSD5
|
|
nooptions COMPAT_FREEBSD6
|
|
nooptions COMPAT_FREEBSD7
|
|
nooptions COMPAT_FREEBSD9
|
|
nooptions PPC_PROBE_CHIPSET
|
|
nooptions MAXCPU # value is set in machine/param.h
|
|
|
|
# Devices in sys/conf/NOTES for which no such hardware exists on arm,
|
|
# or the drivers don't compile...
|
|
|
|
nodevice fdc
|
|
nodevice sym
|
|
|
|
nodevice sc
|
|
nodevice blank_saver
|
|
nodevice daemon_saver
|
|
nodevice dragon_saver
|
|
nodevice fade_saver
|
|
nodevice fire_saver
|
|
nodevice green_saver
|
|
nodevice logo_saver
|
|
nodevice rain_saver
|
|
nodevice snake_saver
|
|
nodevice star_saver
|
|
nodevice warp_saver
|
|
|
|
nodevice ccr
|
|
nodevice cxgbe
|
|
nodevice cxgbev
|
|
nodevice snd_cmi
|
|
|
|
nodevice mpr
|
|
nodevice mps
|
|
|
|
# Add devices which are specific to various arm platforms...
|
|
|
|
device twsi # i2c controller on Marvel and Allwinner
|