]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - arch/arm/Makefile
ARM: keystone: Add minimal TI Keystone platform support
[linux-imx.git] / arch / arm / Makefile
index 47374085befdf6d4ad1cc49c0714e52453ec510f..a1c9a78d63d4e0dd6a679b71c82e8c1f338a464e 100644 (file)
@@ -194,6 +194,7 @@ machine-$(CONFIG_PLAT_SPEAR)                += spear
 machine-$(CONFIG_ARCH_VIRT)            += virt
 machine-$(CONFIG_ARCH_ZYNQ)            += zynq
 machine-$(CONFIG_ARCH_SUNXI)           += sunxi
+machine-$(CONFIG_ARCH_KEYSTONE)                += keystone
 
 # Platform directory name.  This list is sorted alphanumerically
 # by CONFIG_* macro name.
@@ -309,7 +310,7 @@ define archhelp
   echo  '  Image         - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
   echo  '* xipImage      - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'
   echo  '  uImage        - U-Boot wrapped zImage'
-  echo  '  bootpImage    - Combined zImage and initial RAM disk' 
+  echo  '  bootpImage    - Combined zImage and initial RAM disk'
   echo  '                  (supply initrd image via make variable INITRD=<path>)'
   echo  '* dtbs          - Build device tree blobs for enabled boards'
   echo  '  install       - Install uncompressed kernel'