]> Git Repo - J-u-boot.git/blame - drivers/hwmon/Makefile
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
[J-u-boot.git] / drivers / hwmon / Makefile
CommitLineData
9096e7a3 1#
f9328639
MB
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, [email protected].
4#
9096e7a3
WD
5# (C) Copyright 2001
6# Erik Theisen, Wave 7 Optics, [email protected].
7#
1a459660 8# SPDX-License-Identifier: GPL-2.0+
9096e7a3
WD
9#
10
9096e7a3
WD
11#CFLAGS += -DDEBUG
12
710f1d3d
MY
13obj-$(CONFIG_DTT_ADM1021) += adm1021.o
14obj-$(CONFIG_DTT_ADT7460) += adt7460.o
15obj-$(CONFIG_DTT_DS1621) += ds1621.o
16obj-$(CONFIG_DTT_DS1722) += ds1722.o
17obj-$(CONFIG_DTT_DS1775) += ds1775.o
18obj-$(CONFIG_DTT_LM63) += lm63.o
19obj-$(CONFIG_DTT_LM73) += lm73.o
20obj-$(CONFIG_DTT_LM75) += lm75.o
21obj-$(CONFIG_DTT_LM81) += lm81.o
This page took 0.212638 seconds and 4 git commands to generate.