hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/media/cec/Makefile
....@@ -1,16 +1,2 @@
11 # SPDX-License-Identifier: GPL-2.0
2
-cec-objs := cec-core.o cec-adap.o cec-api.o
3
-
4
-ifeq ($(CONFIG_CEC_NOTIFIER),y)
5
- cec-objs += cec-notifier.o
6
-endif
7
-
8
-ifeq ($(CONFIG_CEC_PIN),y)
9
- cec-objs += cec-pin.o
10
-endif
11
-
12
-ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)
13
- cec-objs += cec-pin-error-inj.o
14
-endif
15
-
16
-obj-$(CONFIG_CEC_CORE) += cec.o
2
+obj-y += core/ i2c/ platform/ usb/