forked from Minki/linux
e25d64f124
Move the i2c bits shared between iop32x and iop33x to plat-iop/i2c.c and include/asm-arm/hardware/iop3xx.h. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
95 B
Makefile
9 lines
95 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := i2c.o setup.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|