diff options
author | Soren Sandmann <sandmann@daimi.au.dk> | 2007-10-21 21:35:39 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2007-10-21 21:35:39 +0000 |
commit | 6af2993c723faf0ae495652c4f81e677b393ecb0 (patch) | |
tree | 80a4de616bcfcdd66ec09a86202f112f3719904b | |
parent | 476e6f0c1bd90c0a62d3d8c6dbf606046f949573 (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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | module/Makefile | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-10-21 Soren Sandmann <sandmann@daimi.au.dk> + + * module/Makefile: Remove CFLAGS reminiscence of 2.4 support. + 2007-10-20 Soren Sandmann <sandmann@daimi.au.dk> * collector.c (on_read): Call callback with an extra boolean 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 |