
Bring BT family drivers from msm-5.10 kernel to BT kernel project. drivers/bluetooth/btpower.c -> . drivers/bluetooth/btfm* -> . drivers/media/radio/rtc6226/* -> . include/net/bt* -> include/ Above shows how directories and header files are relocated. Change-Id: I6263eaa81dec344d7589f09ad3ec525ee7b04a8a
4 lines
165 B
Makefile
4 lines
165 B
Makefile
ccflags-y += -I$(BT_ROOT)/include
|
|
radio-i2c-rtc6226-qca-objs := radio-rtc6226-i2c.o radio-rtc6226-common.o
|
|
obj-$(CONFIG_I2C_RTC6226_QCA) += radio-i2c-rtc6226-qca.o
|