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 266306e9b..743505f92 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.bmpBinary files differ new file mode 100644 index 000000000..a6b403024 --- /dev/null +++ b/tools/logos/esd.bmp |