[Meego-kernel] [PATCH 3/3] fix error include path for ath6k

Lu Guanqun guanqun.lu at intel.com
Mon Mar 7 22:55:46 PST 2011


otherwise, the compilation will fail for such command:
	make O=obj

Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
---
 drivers/net/wireless/ath/ath6k/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ath/ath6k/Makefile b/drivers/net/wireless/ath/ath6k/Makefile
index e8110b0..c8580e9 100644
--- a/drivers/net/wireless/ath/ath6k/Makefile
+++ b/drivers/net/wireless/ath/ath6k/Makefile
@@ -35,7 +35,7 @@ ATH_BTHCI_ARGS="ar3khcibaud=3000000 hciuartscale=1 hciuartstep=8937"
 ATH_BUILD_TYPE=LOCAL_i686_NATIVEMMC
 ATH_BUS_TYPE=SDIO
 ATH_HIF_TYPE=sdio
-ATH_SRC_BASE=$(shell pwd)/drivers/net/wireless/ath/ath6k
+ATH_SRC_BASE=$(src)
 ATH_ARCH_CPU_TYPE=x86
 ATH_OS_SUB_TYPE=linux_2_6
 ATH_HTC_RAW_INT_ENV=yes
-- 
1.7.2.3



More information about the MeeGo-kernel mailing list