mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
476e6f0c1b
commit
6af2993c72
@ -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
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
|
||||
obj-m := sysprof-module.o
|
||||
CFLAGS += $(MODCFLAGS) -DKERNEL26
|
||||
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user