mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
6eec0152c4
With this patch ocotp support will always be build into the kernel on mxs. Otherwise a DT-only kernel fails to link with: arch/arm/mach-mxs/mach-mxs.c:169: undefined reference to `mxs_get_ocotp' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
16 lines
497 B
Makefile
16 lines
497 B
Makefile
# Common support
|
|
obj-y := devices.o icoll.o iomux.o ocotp.o system.o timer.o mm.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.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_MACH_APX4DEVKIT) += mach-apx4devkit.o
|
|
obj-$(CONFIG_MODULE_TX28) += module-tx28.o
|
|
obj-$(CONFIG_MACH_TX28) += mach-tx28.o
|
|
|
|
obj-y += devices/
|