diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-18 22:39:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-18 22:39:31 +0000 |
commit | 075633e2ca00434f723afc49e1fece21b0676726 (patch) | |
tree | 968b3b1afd08f7f27be9becc49c8fab38e8155f5 /make/linux.mk | |
parent | 54e098e40b933ccaa2047ad7e4693cc013c9f95d (diff) |
A few cflags and comment fixups
Diffstat (limited to 'make/linux.mk')
-rw-r--r-- | make/linux.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/linux.mk b/make/linux.mk index 9fe3e66db..f2b2b3304 100644 --- a/make/linux.mk +++ b/make/linux.mk @@ -2,7 +2,7 @@ # # Linux kernel targets # -# Note: If you have any patched to apply, create the directory +# Note: If you have any patches to apply, create the directory # sources/kernel-patches and put your patches in there and number # them in the order you wish to apply them... i.e. # @@ -12,6 +12,7 @@ # sources/kernel-patches/030-lowlatency-mini.bz2 # sources/kernel-patches/031-lowlatency-fixes-5.bz2 # sources/kernel-patches/099-shutup.bz2 +# etc... # # these patches will all be applied by the patch-kernel.sh # script (which will also abort the build if it finds rejects) |