From 348de314be28e942c914a9815acc3e0746124137 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Sat, 16 Jul 2011 10:26:50 +0000 Subject: digsy_mtc: move board into vendor dir and add vendor logo Signed-off-by: Anatolij Gustschin --- tools/Makefile | 3 +++ tools/logos/intercontrol.bmp | Bin 0 -> 4998 bytes 2 files changed, 3 insertions(+) create mode 100644 tools/logos/intercontrol.bmp (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 97f83f843..de96e34d5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -129,6 +129,9 @@ endif ifeq ($(VENDOR),syteco) LOGO_BMP= logos/syteco.bmp endif +ifeq ($(VENDOR),intercontrol) +LOGO_BMP= logos/intercontrol.bmp +endif # now $(obj) is defined HOSTSRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c)) diff --git a/tools/logos/intercontrol.bmp b/tools/logos/intercontrol.bmp new file mode 100644 index 000000000..cf2a884b2 Binary files /dev/null and b/tools/logos/intercontrol.bmp differ -- cgit v1.2.3