mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows sys/conf/makeLINT.mk to only do certain things for certain architectures. Note that neither arm nor mips have the Makefile there, thus essentially not (yet) supporting LINT. This would enable them do add special treatment to sys/conf/makeLINT.mk as well chosing one of the many configurations as LINT.
5 lines
74 B
Makefile
5 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET=powerpc
|
|
|
|
.include "${.CURDIR}/../../conf/makeLINT.mk"
|