forked from Minki/linux
ab9aad57f1
Since DT kernel provides the equivalent support with those board files, we can remove them now. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Cc: Lothar Waßmann <LW@KARO-electronics.de> Cc: Marek Vasut <marex@denx.de> Cc: Lauri Hintsala <lauri.hintsala@bluegiga.com>
9 lines
168 B
Makefile
9 lines
168 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-y += devices/
|