xref: /linux-6.12.1/drivers/usb/typec/ucsi/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS_trace.o				:= -I$(src)
3
4obj-$(CONFIG_TYPEC_UCSI)		+= typec_ucsi.o
5
6typec_ucsi-y				:= ucsi.o
7
8typec_ucsi-$(CONFIG_DEBUG_FS)		+= debugfs.o
9
10typec_ucsi-$(CONFIG_TRACING)		+= trace.o
11
12ifneq ($(CONFIG_POWER_SUPPLY),)
13	typec_ucsi-y			+= psy.o
14endif
15
16ifneq ($(CONFIG_TYPEC_DP_ALTMODE),)
17	typec_ucsi-y			+= displayport.o
18endif
19
20obj-$(CONFIG_UCSI_ACPI)			+= ucsi_acpi.o
21obj-$(CONFIG_UCSI_CCG)			+= ucsi_ccg.o
22obj-$(CONFIG_UCSI_STM32G0)		+= ucsi_stm32g0.o
23obj-$(CONFIG_UCSI_PMIC_GLINK)		+= ucsi_glink.o
24obj-$(CONFIG_UCSI_LENOVO_YOGA_C630)	+= ucsi_yoga_c630.o
25

served by {OpenGrok

Last Index Update: Sat May 10 09:07:07 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • CFLAGS_trace.o
  • typec_ucsi-y