mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
f906fb1d70
* 'next/board' of git://git.linaro.org/people/arnd/arm-soc: (34 commits) ep93xx: add support Vision EP9307 SoM ARM: mxs: Add initial support for DENX MX28 ARM: EXYNOS4: Add support SMDK4412 Board ARM: EXYNOS4: Add MCT support for EXYNOS4412 ARM: EXYNOS4: Add functions for gic interrupt handling ARM: EXYNOS4: Add support clock for EXYNOS4412 ARM: EXYNOS4: Add support new EXYNOS4412 SoC ARM: EXYNOS4: Add support MCT PPI for EXYNOS4212 ARM: EXYNOS4: Add support PPI in external GIC ARM: EXYNOS4: convert boot_params to atag_offset ixp4xx: support omicron ixp425 based boards ARM: EXYNOS4: Add support SMDK4212 Board ARM: EXYNOS4: Add support PM for EXYNOS4212 ARM: EXYNOS4: Add support clock for EXYNOS4212 ARM: EXYNOS4: Add support new EXYNOS4212 SoC at91: USB-A9G20 C01 & C11 board support at91: merge board USB-A9260 and USB-A9263 together at91: add support for RSIs EWS board ARM: SAMSUNG: Fix mask value for S5P64X0 CPU IDs ARM: SAMSUNG: Fix mask for S3C64xx CPU IDs ...
18 lines
522 B
Makefile
18 lines
522 B
Makefile
# Common support
|
|
obj-y := clock.o devices.o icoll.o iomux.o system.o timer.o mm.o
|
|
|
|
obj-$(CONFIG_MXS_OCOTP) += ocotp.o
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_SOC_IMX23) += clock-mx23.o
|
|
obj-$(CONFIG_SOC_IMX28) += clock-mx28.o
|
|
|
|
obj-$(CONFIG_MACH_STMP378X_DEVB) += mach-stmp378x_devb.o
|
|
obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o
|
|
obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o
|
|
obj-$(CONFIG_MACH_M28EVK) += mach-m28evk.o
|
|
obj-$(CONFIG_MODULE_TX28) += module-tx28.o
|
|
obj-$(CONFIG_MACH_TX28) += mach-tx28.o
|
|
|
|
obj-y += devices/
|