Browse Source

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 years ago
parent
commit
ef351fe1f7
2 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/Makefile
  2. BIN
      tools/logos/freescale.bmp

+ 3 - 0
tools/Makefile

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

BIN
tools/logos/freescale.bmp