License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / staging / iio / meter / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
09434ef7
BS
2#
3# Makefile for metering ic drivers
4#
5
6obj-$(CONFIG_ADE7753) += ade7753.o
8d97a587 7obj-$(CONFIG_ADE7754) += ade7754.o
8210cfe9
BS
8
9ade7758-y := ade7758_core.o
f2a96245 10ade7758-$(CONFIG_IIO_BUFFER) += ade7758_ring.o ade7758_trigger.o
8210cfe9 11obj-$(CONFIG_ADE7758) += ade7758.o
2919fa54
BS
12
13obj-$(CONFIG_ADE7759) += ade7759.o
5b264a62
BS
14obj-$(CONFIG_ADE7854) += ade7854.o
15obj-$(CONFIG_ADE7854_I2C) += ade7854-i2c.o
16obj-$(CONFIG_ADE7854_SPI) += ade7854-spi.o