digsy_mtc: move board into vendor dir and add vendor logo
[pandora-u-boot.git] / tools / Makefile
index 97f83f8..de96e34 100644 (file)
@@ -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))