.. | .. |
---|
1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
---|
2 | | -# Greybus core |
---|
3 | | -greybus-y := core.o \ |
---|
4 | | - debugfs.o \ |
---|
5 | | - hd.o \ |
---|
6 | | - manifest.o \ |
---|
7 | | - module.o \ |
---|
8 | | - interface.o \ |
---|
9 | | - bundle.o \ |
---|
10 | | - connection.o \ |
---|
11 | | - control.o \ |
---|
12 | | - svc.o \ |
---|
13 | | - svc_watchdog.o \ |
---|
14 | | - operation.o |
---|
15 | | - |
---|
16 | | -obj-$(CONFIG_GREYBUS) += greybus.o |
---|
17 | | - |
---|
18 | 2 | # needed for trace events |
---|
19 | 3 | ccflags-y += -I$(src) |
---|
20 | | - |
---|
21 | | - |
---|
22 | | -# Greybus Host controller drivers |
---|
23 | | -gb-es2-y := es2.o |
---|
24 | | - |
---|
25 | | -obj-$(CONFIG_GREYBUS_ES2) += gb-es2.o |
---|
26 | 4 | |
---|
27 | 5 | # Greybus class drivers |
---|
28 | 6 | gb-bootrom-y := bootrom.o |
---|
.. | .. |
---|
50 | 28 | |
---|
51 | 29 | # Greybus Audio is a bunch of modules |
---|
52 | 30 | gb-audio-module-y := audio_module.o audio_topology.o |
---|
53 | | -gb-audio-codec-y := audio_codec.o |
---|
| 31 | +gb-audio-codec-y := audio_codec.o audio_helper.o |
---|
54 | 32 | gb-audio-gb-y := audio_gb.o |
---|
55 | 33 | gb-audio-apbridgea-y := audio_apbridgea.o |
---|
56 | 34 | gb-audio-manager-y := audio_manager.o audio_manager_module.o |
---|
.. | .. |
---|
62 | 40 | #ccflags-y += -DGB_AUDIO_MANAGER_SYSFS |
---|
63 | 41 | #endif |
---|
64 | 42 | |
---|
65 | | -obj-$(CONFIG_GREYBUS_AUDIO_MSM8994) += gb-audio-codec.o |
---|
66 | | -obj-$(CONFIG_GREYBUS_AUDIO_MSM8994) += gb-audio-module.o |
---|
| 43 | +obj-$(CONFIG_GREYBUS_AUDIO_APB_CODEC) += gb-audio-codec.o |
---|
| 44 | +obj-$(CONFIG_GREYBUS_AUDIO_APB_CODEC) += gb-audio-module.o |
---|
67 | 45 | obj-$(CONFIG_GREYBUS_AUDIO) += gb-audio-gb.o |
---|
68 | 46 | obj-$(CONFIG_GREYBUS_AUDIO) += gb-audio-apbridgea.o |
---|
69 | 47 | obj-$(CONFIG_GREYBUS_AUDIO) += gb-audio-manager.o |
---|