kernel_samsung_a53x/drivers/bts/Makefile
2024-06-15 16:02:09 -03:00

18 lines
347 B
Makefile
Executable file

#
# Makefile for BTS device driver
#
obj-$(CONFIG_EXYNOS_BTS) += exynos-bts.o
# Chipset Dependent code
ifdef CONFIG_SOC_EXYNOS2100
obj-$(CONFIG_EXYNOS_BTS) += exynos-btsops2100.0
endif
ifdef CONFIG_SOC_S5E9925
obj-$(CONFIG_EXYNOS_BTS) += exynos-btsops9925.o
endif
ifdef CONFIG_SOC_S5E8825
obj-$(CONFIG_EXYNOS_BTS) += exynos-btsops8825.o
endif