mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 23:51:46 +00:00
b97b8a9983
Enable it with CONFIG_MPU. Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9 lines
130 B
Makefile
9 lines
130 B
Makefile
#
|
|
# arch/blackfin/kernel/cplb-nompu/Makefile
|
|
#
|
|
|
|
obj-y := cplbinit.o cacheinit.o cplbmgr.o
|
|
|
|
obj-$(CONFIG_CPLB_INFO) += cplbinfo.o
|
|
|