summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@daimi.au.dk>2007-10-21 21:35:39 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2007-10-21 21:35:39 +0000
commit6af2993c723faf0ae495652c4f81e677b393ecb0 (patch)
tree80a4de616bcfcdd66ec09a86202f112f3719904b /module
parent476e6f0c1bd90c0a62d3d8c6dbf606046f949573 (diff)
Remove CFLAGS reminiscence of 2.4 support.
2007-10-21 Soren Sandmann <sandmann@daimi.au.dk> * module/Makefile: Remove CFLAGS reminiscence of 2.4 support. svn path=/trunk/; revision=375
Diffstat (limited to 'module')
-rw-r--r--module/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/Makefile b/module/Makefile
index b36bb97..b666b26 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -1,7 +1,6 @@
ifneq ($(KERNELRELEASE),)
obj-m := sysprof-module.o
-CFLAGS += $(MODCFLAGS) -DKERNEL26
else