This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ca68749f2a
freebsd-skq
/
sys
/
ia64
/
conf
/
Makefile
6 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add the bits for a LINT kernel. It has been verified to compile. We may need to polish this.
2003-08-23 21:47:33 +00:00
# $FreeBSD$
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. This is a hack of doing this and keeping it in a separate commit will allow us to more easily identify and back it out. Discussed on/with: arch, jhb (as part of the LINT-VIMAGE thread) MFC after: 1 month
2010-01-08 18:57:31 +00:00
TARGET
=
ia64
Add the bits for a LINT kernel. It has been verified to compile. We may need to polish this.
2003-08-23 21:47:33 +00:00
.
i
n
c
l
u
d
e
"${.CURDIR}/../../conf/makeLINT.mk"
Reference in New Issue
Copy Permalink