]> sourceware.org Git - systemtap.git/commitdiff
2005-08-31 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Wed, 31 Aug 2005 18:18:35 +0000 (18:18 +0000)
committerhunt <hunt>
Wed, 31 Aug 2005 18:18:35 +0000 (18:18 +0000)
* Makefile.template: Remove KTA, KALLSYMS_LOOKUP,
and KALLSYMS_LOOKUP_NAME

runtime/probes/ChangeLog
runtime/probes/Makefile.template

index 2ef9236f4bedaae37268a99d943a2d7114b17fd2..657cd5ab36d2628ed8674f3d687aac0cf5c41b8d 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-31  Martin Hunt  <hunt@redhat.com>
+
+       * Makefile.template: Remove KTA, KALLSYMS_LOOKUP,
+       and KALLSYMS_LOOKUP_NAME
+
 2005-08-19  Martin Hunt  <hunt@redhat.com>
 
        * shellsnoop/shellsnoop.c: Remove STP_NETLINK_ONLY.
index 886bef8e1e9e62f72dfd85c7c9db47b927115920..5d770e9572baf319c6e774d6f7c1955fa8c2d795 100644 (file)
@@ -4,11 +4,7 @@ RT     := $(PWD)/../..
 KVERSION       := $(shell uname -r)
 KDIR   := /lib/modules/$(KVERSION)/build include
 
-KALLSYMS_LOOKUP_NAME   := 0x$(firstword $(shell grep " kallsyms_lookup_name" /boot/System.map-$(KVERSION)))
-KALLSYMS_LOOKUP        := 0x$(firstword $(shell grep " kallsyms_lookup$$" /boot/System.map-$(KVERSION)))
-KTA    := 0x$(firstword $(shell grep "__kernel_text_address" /boot/System.map-$(KVERSION)))
-
-FLAGS := -I $(RT) RELAYFS -D KALLSYMS_LOOKUP_NAME=$(KALLSYMS_LOOKUP_NAME) -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) -DKTA=$(KTA)
+FLAGS := -I $(RT) RELAYFS
 
 DFLAGS := $(FLAGS) -D DEBUG
 
This page took 0.03127 seconds and 5 git commands to generate.