[linux-oem][PATCH 6/6] UBUNTU: SAUCE: RTL8822BE: Adjust the building dir

Hui Wang hui.wang at canonical.com
Wed Jan 24 06:42:37 UTC 2018


From: Hui Wang <hwang4 at kiwi.taipei>

BugLink: https://launchpad.net/bugs/1745081

After putting the driver rtl8822be to linux-oem, the $(TopDIR) is
ubuntu instead of ubuntu/rtl8822be, we need to fix it otherwise there
will be a build error.

Signed-off-by: Hui Wang <hui.wang at canonical.com>
---
 ubuntu/rtl8822be/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu/rtl8822be/Makefile b/ubuntu/rtl8822be/Makefile
index 43ce32b..3cfa9ec 100755
--- a/ubuntu/rtl8822be/Makefile
+++ b/ubuntu/rtl8822be/Makefile
@@ -243,7 +243,7 @@ _BTC_FILES += hal/btc/halbtc8192e1ant.o \
 				hal/btc/halbtc8821c2ant.o
 endif
 
-include $(TopDIR)/hal/phydm/phydm.mk
+include $(TopDIR)/rtl8822be/hal/phydm/phydm.mk
 ########### HAL_RTL8188E #################################
 ifeq ($(CONFIG_RTL8188E), y)
 
-- 
2.7.4





More information about the kernel-team mailing list