hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ifneq ($(UNISOC_BSP_INCLUDE),)
ccflags-y += -I$(UNISOC_BSP_INCLUDE)
endif
 
# ccflags-y += -DDEBUG
# ccflags-y += -DKERNEL_VERSION_414
ccflags-y += -I$(srctree)/drivers/net/wireless/uwe5622/sprdwcn/include
#ccflags-y += -DOTT_UWE
ccflags-y += -DWOBLE_FUN
ccflags-y += -Wno-implicit-fallthrough
 
ifneq ($(UNISOC_BSP_INCLUDE),)
ccflags-y += -I$(UNISOC_BSP_INCLUDE)
endif
 
sprdbt_tty-objs := \
   tty.o \
   rfkill.o \
   lpm.o \
   woble.o \
   alignment/sitm.o \
   dump.o
 
obj-$(CONFIG_TTY_OVERY_SDIO) += sprdbt_tty.o