diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 3 | ||||
-rw-r--r-- | tools/logos/esd.bmp | bin | 0 -> 35078 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 266306e9bac..743505f9299 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -112,6 +112,9 @@ endif ifeq ($(VENDOR),atmel) LOGO_BMP= logos/atmel.bmp endif +ifeq ($(VENDOR),esd) +LOGO_BMP= logos/esd.bmp +endif ifeq ($(VENDOR),ronetix) LOGO_BMP= logos/ronetix.bmp endif diff --git a/tools/logos/esd.bmp b/tools/logos/esd.bmp Binary files differnew file mode 100644 index 00000000000..a6b403024fb --- /dev/null +++ b/tools/logos/esd.bmp |