OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [i2c/] [chips/] [Makefile] - Rev 62

Compare with Previous | Blame | View Log

#
# Makefile for miscellaneous I2C chip drivers.
#

obj-$(CONFIG_SENSORS_DS1337)    += ds1337.o
obj-$(CONFIG_SENSORS_DS1374)    += ds1374.o
obj-$(CONFIG_DS1682)            += ds1682.o
obj-$(CONFIG_SENSORS_EEPROM)    += eeprom.o
obj-$(CONFIG_SENSORS_MAX6875)   += max6875.o
obj-$(CONFIG_SENSORS_M41T00)    += m41t00.o
obj-$(CONFIG_SENSORS_PCA9539)   += pca9539.o
obj-$(CONFIG_SENSORS_PCF8574)   += pcf8574.o
obj-$(CONFIG_SENSORS_PCF8591)   += pcf8591.o
obj-$(CONFIG_ISP1301_OMAP)      += isp1301_omap.o
obj-$(CONFIG_TPS65010)          += tps65010.o
obj-$(CONFIG_MENELAUS)          += menelaus.o
obj-$(CONFIG_SENSORS_TSL2550)   += tsl2550.o

ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
EXTRA_CFLAGS += -DDEBUG
endif

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.