569fa26319
These legacy drivers were removed in commit 9c75fc8c5c8c50775fc8b89418219221335b758f ("CRIS: Remove legacy RTC drivers"). Now remove their last traces in two Kconfig files and one Makefile. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jesper Nilsson <jespern@axis.com>
11 lines
266 B
Makefile
11 lines
266 B
Makefile
#
|
|
# 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_SYNCHRONOUS_SERIAL) += sync_serial.o
|
|
|