Commit ded9db62 authored by Hui Wang's avatar Hui Wang Committed by popcornmix
Browse files

rtl8192cu: Let it support to build in the non-src folder



If we build the kernel with "-O=$non-src-folder", this driver will
introdcue a building error because of the header's location.

Signed-off-by: default avatarHui Wang <hui.wang@canonical.com>
parent 618efe6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ EXTRA_CFLAGS += -Wno-unused

EXTRA_CFLAGS += -Wno-uninitialized

EXTRA_CFLAGS += -I$(src)/include
EXTRA_CFLAGS += -I$(srctree)/$(src)/include

CONFIG_AUTOCFG_CP = n