]> Git Repo - J-u-boot.git/blob - drivers/adc/Makefile
net: ravb: Add clock handling support
[J-u-boot.git] / drivers / adc / Makefile
1 #
2 # Copyright (C) 2015 Samsung Electronics
3 # Przemyslaw Marczak <[email protected]>
4 #
5 # SPDX-License-Identifier:     GPL-2.0+
6 #
7
8 obj-$(CONFIG_ADC) += adc-uclass.o
9 obj-$(CONFIG_ADC_EXYNOS) += exynos-adc.o
10 obj-$(CONFIG_ADC_SANDBOX) += sandbox.o
This page took 0.027397 seconds and 4 git commands to generate.