mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 06:41:43 +00:00
0265b6cbfe
The static mapping is used nowhere now. Hence mm.c can be removed completely. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
101 B
Makefile
7 lines
101 B
Makefile
# Common support
|
|
obj-y := ocotp.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o
|