浏览代码

logos: add Freescale logo

Add the Freescale logo and update the Makefile to build it when building
a Freescale board.

Signed-off-by: Timur Tabi <timur@freescale.com>
Timur Tabi 13 年之前
父节点
当前提交
ef351fe1f7
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tools/Makefile
  2. 二进制
      tools/logos/freescale.bmp

+ 3 - 0
tools/Makefile

@@ -116,6 +116,9 @@ endif
 ifeq ($(VENDOR),esd)
 ifeq ($(VENDOR),esd)
 LOGO_BMP= logos/esd.bmp
 LOGO_BMP= logos/esd.bmp
 endif
 endif
+ifeq ($(VENDOR),freescale)
+LOGO_BMP= logos/freescale.bmp
+endif
 ifeq ($(VENDOR),ronetix)
 ifeq ($(VENDOR),ronetix)
 LOGO_BMP= logos/ronetix.bmp
 LOGO_BMP= logos/ronetix.bmp
 endif
 endif

二进制
tools/logos/freescale.bmp