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.
10 lines
295 B
10 lines
295 B
# Common support
|
|
obj-y := clock.o devices.o gpio.o icoll.o iomux.o system.o timer.o
|
|
|
|
obj-$(CONFIG_SOC_IMX23) += clock-mx23.o mm-mx23.o
|
|
obj-$(CONFIG_SOC_IMX28) += clock-mx28.o mm-mx28.o
|
|
|
|
obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o
|
|
obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o
|
|
|
|
obj-y += devices/
|
|
|