]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - tools/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / tools / Makefile
index 749d994230939d1a680cc1a248ddcc0f9bc3361a..b2e73b2ccc5b2a23ce21aaafee186e40e73f9ce0 100644 (file)
@@ -118,6 +118,9 @@ endif
 ifeq ($(VENDOR),ronetix)
 LOGO_BMP= logos/ronetix.bmp
 endif
+ifeq ($(VENDOR),syteco)
+LOGO_BMP= logos/syteco.bmp
+endif
 
 # now $(obj) is defined
 HOSTSRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c))