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.
14 lines
289 B
14 lines
289 B
19 years ago
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Common support
|
||
|
obj-y := irq.o id.o io.o sram-fn.o clock.o mux.o devices.o serial.o
|
||
|
|
||
|
obj-$(CONFIG_OMAP_MPU_TIMER) += timer-gp.o
|
||
|
|
||
|
# Specific board support
|
||
|
obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
|
||
|
obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o
|
||
|
|