Previous version was sub-optimal - separate installation for bluetooth
drivers is faster.
>From f86098e728592fe85a4d04a07177fedd3eaa8132 Mon Sep 17 00:00:00 2001
From: Przemo Firszt <prz...@firszt.eu>
Date: Wed, 24 Aug 2011 21:30:36 +0100
Subject: [PATCH] Fix installation of wacom bluetooth drivers.
Add missing call to install bluetooth drivers. That patch will never end
up in the mainline kernel as it affects only wacom-devel specific
wacom-kernel/Makefile
Signed-off-by: Przemo Firszt <prz...@firszt.eu>
---
wacom-kernel/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/wacom-kernel/Makefile b/wacom-kernel/Makefile
index 79eb2b8..f467d4e 100644
--- a/wacom-kernel/Makefile
+++ b/wacom-kernel/Makefile
@@ -117,6 +117,9 @@ btmodules:
install:
$(MAKE) $(MYPARMS) modules_install
+btinstall:
+ $(MAKE) $(BTPARMS) modules_install
+
clean:
$(MAKE) $(MYPARMS) clean
$(MAKE) $(BTPARMS) clean
--
1.7.5.4
--
Przemo Firszt <prz...@firszt.eu>
>From f86098e728592fe85a4d04a07177fedd3eaa8132 Mon Sep 17 00:00:00 2001
From: Przemo Firszt <prz...@firszt.eu>
Date: Wed, 24 Aug 2011 21:30:36 +0100
Subject: [PATCH] Fix installation of wacom bluetooth drivers.
Add missing call to install bluetooth drivers. That patch will never end
up in the mainline kernel as it affects only wacom-devel specific
wacom-kernel/Makefile
Signed-off-by: Przemo Firszt <prz...@firszt.eu>
---
wacom-kernel/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/wacom-kernel/Makefile b/wacom-kernel/Makefile
index 79eb2b8..f467d4e 100644
--- a/wacom-kernel/Makefile
+++ b/wacom-kernel/Makefile
@@ -117,6 +117,9 @@ btmodules:
install:
$(MAKE) $(MYPARMS) modules_install
+btinstall:
+ $(MAKE) $(BTPARMS) modules_install
+
clean:
$(MAKE) $(MYPARMS) clean
$(MAKE) $(BTPARMS) clean
--
1.7.5.4
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel