1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-15 06:35:18 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

11 lines
332 B
Makefile

subdir-ccflags-y := -Wformat
obj-$(CONFIG_MUIC_SM5714) += muic_sm5714.o
muic_sm5714-y := sm5714-muic.o sm5714-muic-afc.o
ifeq ($(CONFIG_MUIC_SUPPORT_PDIC), y)
muic_sm5714-$(CONFIG_MUIC_SM5714) += sm5714-muic-pdic.o
else
ifeq ($(CONFIG_MUIC_SUPPORT_PDIC), m)
muic_sm5714-$(CONFIG_MUIC_SM5714) += sm5714-muic-pdic.o
endif
endif