summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2011-07-16 10:26:50 +0000
committerWolfgang Denk <wd@denx.de>2011-07-27 23:27:07 +0200
commit348de314be28e942c914a9815acc3e0746124137 (patch)
tree60326beedf3248e35cb65ffee5613024febde186 /tools
parentceb3970e9135283b0f0c936aa3b3fff1e644a429 (diff)
downloadblackbird-obmc-uboot-348de314be28e942c914a9815acc3e0746124137.tar.gz
blackbird-obmc-uboot-348de314be28e942c914a9815acc3e0746124137.zip
digsy_mtc: move board into vendor dir and add vendor logo
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile3
-rw-r--r--tools/logos/intercontrol.bmpbin0 -> 4998 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 97f83f8431..de96e34d52 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 0000000000..cf2a884b2d
--- /dev/null
+++ b/tools/logos/intercontrol.bmp
Binary files differ
OpenPOWER on IntegriCloud