aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2011-06-22 09:30:05 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 14:24:48 -0700
commit8d2410778a6d38095add88f61d07443aa30a7d0b (patch)
treed897c23db76c07949c2c1d23a2fd2a302b32e9eb /ubuntu
parentf028e11b83bf8fc5cd501e38cf9dc79cc849f7de (diff)
UBUNTU: ubuntu: rtl8192se: Force a build for a 2.6/3.0 kernel
The makefile for this module is hideaous. It checkes the build host kernel version in order to determine which driver version should be built. Since we know it will only _ever_ be built for 2.6/3.0, then just shortcut the ifeq(). Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/rtl8192se/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/rtl8192se/Makefile b/ubuntu/rtl8192se/Makefile
index 8d3c15cec8a..0fcbf23b7d6 100644
--- a/ubuntu/rtl8192se/Makefile
+++ b/ubuntu/rtl8192se/Makefile
@@ -4,7 +4,7 @@ CC = gcc
KVER := $(shell uname -r)
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
-ifeq ($(shell uname -r|cut -d. -f1,2), 2.6)
+ifeq (1,1)
###################### KERNEL 2.6 ################################
ifeq ($(NIC_SELECT),RTL8192CE)
sub_folder = rtl8192c