mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
2eb44eb9c8
This code provides the low level interface to the "shared memory state machine" (smsm), and the virtual serial channels (smd), used to communicate with the baseband processor. Higher level transports (rpc, ethernet, AT command channel, etc) ride on top of this. Signed-off-by: Brian Swetland <swetland@google.com>
12 lines
276 B
Makefile
12 lines
276 B
Makefile
obj-y += io.o idle.o irq.o timer.o dma.o
|
|
obj-y += devices.o
|
|
obj-y += proc_comm.o
|
|
obj-y += vreg.o
|
|
obj-y += acpuclock-arm11.o
|
|
obj-y += clock.o clock-7x01a.o
|
|
|
|
obj-$(CONFIG_MSM_SMD) += smd.o
|
|
|
|
obj-$(CONFIG_MACH_TROUT) += board-trout.o
|
|
obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
|