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 +++ 1 file changed, 3 insertions(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 97f83f84319..de96e34d52e 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)) -- cgit