public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/easy-slow-down-manager/files: easy-slow-down-manager-0.3-kv_dir.patch
Date: Wed, 13 Jul 2011 18:06:07 +0000 (UTC)	[thread overview]
Message-ID: <20110713180607.49CDE2004B@flycatcher.gentoo.org> (raw)

angelos     11/07/13 18:06:07

  Added:                easy-slow-down-manager-0.3-kv_dir.patch
  Log:
  Use KV_DIR instead of /lib/modules/KV_FULL/build (bug #374835)
  
  (Portage version: 2.2.0_alpha44/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-laptop/easy-slow-down-manager/files/easy-slow-down-manager-0.3-kv_dir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/files/easy-slow-down-manager-0.3-kv_dir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/files/easy-slow-down-manager-0.3-kv_dir.patch?rev=1.1&content-type=text/plain

Index: easy-slow-down-manager-0.3-kv_dir.patch
===================================================================
diff --git a/Makefile b/Makefile
index 60a649c..fbdc332 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 obj-m := easy_slow_down_manager.o samsung-backlight.o
-KVERSION = $(shell uname -r)
+KERN_DIR=/usr/src/linux
 
 all:
-	$(MAKE) -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
+	$(MAKE) -C /$(KERN_DIR) M=$(PWD) modules
 
 clean:
-	$(MAKE) -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
+	$(MAKE) -C /$(KERN_DIR) M=$(PWD) clean






                 reply	other threads:[~2011-07-13 18:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110713180607.49CDE2004B@flycatcher.gentoo.org \
    --to=angelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox