summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
* We no longer need INCLUDES+= -I$S/contrib/dev/acpica.obrien2005-10-241-5/+2
* Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingglebius2005-10-051-1/+1
* The kernel-depend target doesn't get any information from "compile-with",obrien2005-09-111-0/+19
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andobrien2005-09-111-2/+5
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.obrien2005-09-111-3/+0
* Don't pollute the entire kernel build with -I$S/contrib/pf.obrien2005-09-111-3/+0
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.obrien2005-09-111-3/+0
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-111-3/+0
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.imp2005-04-131-0/+3
* Don't generate major.c anymore.phk2005-03-291-1/+1
* Barrow from kmod.mk and protect against adding -fno-strict-aliasingobrien2005-02-131-1/+1
* Embellish rev 1.61. If we're not building a debug kernel, use -O2 as before.obrien2005-01-221-2/+7
* While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as itobrien2005-01-181-1/+1
* Don the teflon coated jacket and use the same -O2 optimization options onobrien2004-10-251-7/+1
* Back out v1.58... We still don't know what is causing the specifickensmith2004-10-071-1/+1
* Back out v1.49. Recent findings suggest sparc64 may not be ready forkensmith2004-10-061-1/+1
* Use -O2 for the arm kernel as wellcognet2004-09-231-0/+2
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-131-2/+2
* Allow for aggressive function inlining. This might have to be fine-tunedkan2004-07-281-1/+3
* We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition andimp2004-06-271-1/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+3
* Address few style issues pointed out by bdeemax2004-04-271-9/+0
* Make sure Bluetooth stuff can be statically compiled into kernelemax2004-04-231-0/+9
* Remove "-frename-registers" option for sparc64 kernel builds. Thatkensmith2004-03-291-1/+3
* Lets give -O2 kernels a try on sparc64.obrien2004-03-251-1/+1
* Compile the kernel with -O2 on ia64 by default.marcel2004-03-211-0/+2
* Delete local junk in previous commit. Sorry.obrien2004-03-191-6/+0
* Depend on rev 1.40.obrien2004-03-191-2/+10
* For AMD64, lets officially support a -O2 kernel build!obrien2004-03-181-0/+2
* Fix some style bugs in previous commit.trhodes2004-03-141-5/+5
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-2/+31
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-0/+3
* Reduce the number of knobs controlling the build of debug modulesru2004-02-131-1/+1
* Only enforce -fno-strict-aliasing for optimization levels thatru2004-01-221-1/+4
* Backed out a small part of rev.1.15. -Winline now works better, sobde2003-12-301-2/+1
* Garbage-collected some vestiges of objformat support (mainly ${FMT}).bde2003-12-291-2/+2
* Moved $FreeBSD$ to the beginning of the file.bde2003-11-051-10/+6
* Move the inline limit default variable to a per-arch place. For example,peter2003-11-041-1/+0
* Allow building the NgATM SAAL layer directly into the kernel.harti2003-10-271-0/+3
* Now that the pci include file location migration has been completed,imp2003-08-221-1/+1
* Enforce -fno-strict-aliasing to override the converse that is implied byscottl2003-07-301-1/+1
* Turn -Werror back on again. I've tested with/withoutpeter2003-07-261-1/+1
* Change the inline limit switch to something that exists in gcc-3.2.peter2003-07-261-2/+2
* Turn -Werror back off again. Leaving out the invariants options causespeter2003-07-231-1/+1
* Turn -Werror back on.peter2003-07-231-1/+1
* Provide a knob for raising the inline instruction estimate threshold andpeter2003-07-231-0/+3
* Temporarily switch off -Werror until new GCC warning have been dealt with.kan2003-07-111-1/+1
* config+build glue for Atheros supportsam2003-06-251-0/+3
* Some glue to allow lint(1) to work on the kernel. This is notmarkm2003-06-141-0/+6
* Standardize handling of locore.[sS] etc. files.ru2003-02-281-4/+4
OpenPOWER on IntegriCloud