]> git.sur5r.net Git - u-boot/blobdiff - tools/Makefile
Convert DM9000 driver for CONFIG_NET_MULTI
[u-boot] / tools / Makefile
index 70d87b0b4874e49e5e0ebbac1a69fe17fe7e9281..43c284c382d6acdc5602eb5cd836e51b1ba295fc 100644 (file)
@@ -122,6 +122,9 @@ endif
 ifeq ($(VENDOR),atmel)
 LOGO_BMP= logos/atmel.bmp
 endif
+ifeq ($(VENDOR),ronetix)
+LOGO_BMP= logos/ronetix.bmp
+endif
 
 # now $(obj) is defined
 SRCS   += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c))