summaryrefslogtreecommitdiff
path: root/board/corscience/tricorder/Makefile
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.biessmann@corscience.de>2013-09-06 15:04:52 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:55:58 -0400
commit459f1da88b42e9a795e51c73fcd55fd339fc594b (patch)
tree74d413388528877e38d55be691b5557a66053991 /board/corscience/tricorder/Makefile
parentdeac6d664b3149ff0b44676c345303dad62b74b5 (diff)
downloadu-boot-imx-459f1da88b42e9a795e51c73fcd55fd339fc594b.zip
u-boot-imx-459f1da88b42e9a795e51c73fcd55fd339fc594b.tar.gz
u-boot-imx-459f1da88b42e9a795e51c73fcd55fd339fc594b.tar.bz2
tricorder: add tricordereeprom command
The new tricordereeprom command can read and write the eeprom for hardware detection on tricorder devices. Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'board/corscience/tricorder/Makefile')
-rw-r--r--board/corscience/tricorder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/corscience/tricorder/Makefile b/board/corscience/tricorder/Makefile
index 2ab12bb..22ad8c5 100644
--- a/board/corscience/tricorder/Makefile
+++ b/board/corscience/tricorder/Makefile
@@ -12,7 +12,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-COBJS := tricorder.o
+COBJS := tricorder.o tricorder-eeprom.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))