You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
286 B
17 lines
286 B
20 years ago
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Common support
|
||
|
obj-y := common.o dma.o clock.o mux.o gpio.o mcbsp.o usb.o
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|
||
|
# OCPI interconnect support for 1710, 1610 and 5912
|
||
|
obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
|
||
|
|
||
|
# Power Management
|
||
|
obj-$(CONFIG_PM) += pm.o sleep.o
|
||
|
|