diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 6b768f0..5c22de5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -80,9 +80,9 @@ linux_2_6_20: has_20to21_patch linux_2_6_21: has_20to21_patch -linux_2_6_22: $(unpatch_code) +linux_2_6_22: has_20to21_patch -linux_2_6_23: $(unpatch_code) +linux_2_6_23: has_20to21_patch do_unpatch_code: echo "Un-patching source code for use with linux-2.6.14 and up ..." |