Skip to content
Snippets Groups Projects
Commit ef351fe1 authored by Timur Tabi's avatar Timur Tabi Committed by Anatolij Gustschin
Browse files

logos: add Freescale logo


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

Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
parent d70d8ccc
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,9 @@ endif ...@@ -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

45.6 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment