From 6af2993c723faf0ae495652c4f81e677b393ecb0 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Date: Sun, 21 Oct 2007 21:35:39 +0000 Subject: [PATCH] Remove CFLAGS reminiscence of 2.4 support. 2007-10-21 Soren Sandmann * module/Makefile: Remove CFLAGS reminiscence of 2.4 support. svn path=/trunk/; revision=375 --- ChangeLog | 4 ++++ module/Makefile | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2158492..cf1f0a3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-21 Soren Sandmann + + * module/Makefile: Remove CFLAGS reminiscence of 2.4 support. + 2007-10-20 Soren Sandmann * collector.c (on_read): Call callback with an extra boolean diff --git a/module/Makefile b/module/Makefile index b36bb973..b666b26a 100644 --- a/module/Makefile +++ b/module/Makefile @@ -1,7 +1,6 @@ ifneq ($(KERNELRELEASE),) obj-m := sysprof-module.o -CFLAGS += $(MODCFLAGS) -DKERNEL26 else