mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
d395e6ad98
Davinci I2C initialization infrastructure; will be used by EVM init. [ dbrownell@users.sourceforge.net: pass platform data into init code ] Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
12 lines
211 B
Makefile
12 lines
211 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
#
|
|
|
|
# Common objects
|
|
obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \
|
|
gpio.o mux.o devices.o
|
|
|
|
# Board specific
|
|
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
|