Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee94c6
)
Branch b1_8_gate
author
adilger
<adilger>
Mon, 20 Oct 2008 07:27:00 +0000
(07:27 +0000)
committer
adilger
<adilger>
Mon, 20 Oct 2008 07:27:00 +0000
(07:27 +0000)
Remove obsolete 2.4 kernel support file.
b=13568
lustre/obdfilter/Makefile.in
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/Makefile.in
b/lustre/obdfilter/Makefile.in
index
8305eb5
..
fd7412a
100644
(file)
--- a/
lustre/obdfilter/Makefile.in
+++ b/
lustre/obdfilter/Makefile.in
@@
-2,11
+2,6
@@
MODULES := obdfilter
obdfilter-objs := filter.o filter_io.o filter_log.o
obdfilter-objs += lproc_obdfilter.o filter_lvb.o
-
-ifeq ($(PATCHLEVEL),4)
-obdfilter-objs += filter_io_24.o
-else
obdfilter-objs += filter_io_26.o
-endif # PATCHLEVEL
@INCLUDE_RULES@