summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:31 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:45:28 (GMT)
commitc7c111e5f73278f838c4e9284503078dd7b46139 (patch)
treeabfed2bc5360b39435427ece5aa9cd15105def73 /arch/powerpc/lib/Makefile
parentfc843a02acad62e231a3e779cebd1712688146fc (diff)
downloadu-boot-fsl-qoriq-c7c111e5f73278f838c4e9284503078dd7b46139.tar.xz
Convert CONFIG_CMD_IMMAP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_IMMAP Also move this command out of the cmd/ directory since it is PowerPC-specific. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r--arch/powerpc/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile
index 88adb26..e09bd9a 100644
--- a/arch/powerpc/lib/Makefile
+++ b/arch/powerpc/lib/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_BAT_RW) += bat_rw.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += cache.o
obj-y += extable.o
+obj-$(CONFIG_CMD_IMMAP) += immap.o
obj-y += interrupts.o
obj-$(CONFIG_CMD_KGDB) += kgdb.o
obj-$(CONFIG_IDE) += ide.o