forked from Minki/linux
cece6e5af2
Declare the musb_hdrc platform device for DaVinci. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
12 lines
217 B
Makefile
12 lines
217 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 usb.o
|
|
|
|
# Board specific
|
|
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
|