dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/iio/addac/Makefile

8 lines
170 B
Makefile

#
# Makefile for industrial I/O ADDAC drivers
#
obj-$(CONFIG_ADT7316) += adt7316.o
obj-$(CONFIG_ADT7316_SPI) += adt7316-spi.o
obj-$(CONFIG_ADT7316_I2C) += adt7316-i2c.o