Skip to content

Commit

Permalink
CRIS v10: Reformat drivers/makefile using tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent c3d6ddd commit b2d0814
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions arch/cris/arch-v10/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# 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_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


0 comments on commit b2d0814

Please sign in to comment.