mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Correct $PWD usage, so make install works from inside module/.
2007-01-05 Behdad Esfahbod <behdad@gnome.org> * module/Makefile: Correct $PWD usage, so make install works from inside module/. svn path=/trunk/; revision=346
This commit is contained in:
committed by
Behdad Esfahbod
parent
d333fad261
commit
53fa2757b5
@ -1,3 +1,8 @@
|
|||||||
|
2007-01-05 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* module/Makefile: Correct $PWD usage, so make install works from
|
||||||
|
inside module/.
|
||||||
|
|
||||||
2006-12-09 Soren Sandmann <sandmann@daimi.au.dk>
|
2006-12-09 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* module/sysprof-module.c: Add forgotten put_cpu_var().
|
* module/sysprof-module.c: Add forgotten put_cpu_var().
|
||||||
|
|||||||
@ -12,9 +12,9 @@ endif
|
|||||||
MODULE := sysprof-module
|
MODULE := sysprof-module
|
||||||
KDIR := /lib/modules/$(shell uname -r)/build # /home/ssp/linux-2.6.19/
|
KDIR := /lib/modules/$(shell uname -r)/build # /home/ssp/linux-2.6.19/
|
||||||
INCLUDE := -isystem $(KDIR)/include
|
INCLUDE := -isystem $(KDIR)/include
|
||||||
MODCFLAGS := -DMODULE -D__KERNEL__ -Wall ${INCLUDE}
|
MODCFLAGS := -DMODULE -D__KERNEL__ -Wall $(INCLUDE)
|
||||||
|
|
||||||
KMAKE := $(MAKE) -C $(KDIR) SUBDIRS=$(PWD)
|
KMAKE := $(MAKE) -C $(KDIR) SUBDIRS=$$PWD
|
||||||
|
|
||||||
modules: $(MODULE).o
|
modules: $(MODULE).o
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user