You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for Etrax-specific drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ETRAX_AXISFLASHMAP) += axisflashmap.o
|
|
obj-$(CONFIG_ETRAX_I2C) += i2c.o
|
|
obj-$(CONFIG_ETRAX_I2C_EEPROM) += eeprom.o
|
|
obj-$(CONFIG_ETRAX_GPIO) += gpio.o
|
|
obj-$(CONFIG_ETRAX_DS1302) += ds1302.o
|
|
obj-$(CONFIG_ETRAX_PCF8563) += pcf8563.o
|
|
|
|
|
|
|