summaryrefslogtreecommitdiffstats
path: root/dtt/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2007-11-24 20:14:44 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2007-11-25 23:28:50 +0100
commitf868cc5a50757d94f36c312395481cb0f187d9e6 (patch)
tree2a1d082ebcaa05ca9f3c2aebc502a19958005605 /dtt/Makefile
parent16b195c82a18cbfd164800f17a1ef9db2e48331a (diff)
downloadblackbird-obmc-uboot-f868cc5a50757d94f36c312395481cb0f187d9e6.tar.gz
blackbird-obmc-uboot-f868cc5a50757d94f36c312395481cb0f187d9e6.zip
drivers/hwmon : move hardware monitor drviers to drivers/hwmon
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'dtt/Makefile')
-rw-r--r--dtt/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/dtt/Makefile b/dtt/Makefile
deleted file mode 100644
index 72e5c88bd4..0000000000
--- a/dtt/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# (C) Copyright 2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# (C) Copyright 2001
-# Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
-#
-# See file CREDITS for list of people who contributed to this
-# project.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-
-include $(TOPDIR)/config.mk
-
-#CFLAGS += -DDEBUG
-
-LIB = $(obj)libdtt.a
-
-COBJS-y += lm75.o
-COBJS-y += ds1621.o
-COBJS-y += adm1021.o
-COBJS-y += lm81.o
-COBJS-y += ds1775.o
-
-COBJS := $(COBJS-y)
-SRCS := $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(COBJS))
-
-all: $(LIB)
-
-$(LIB): $(obj).depend $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
OpenPOWER on IntegriCloud