diff -Naurp gpu-viv-bin-12.02.01//Makefile gpu-viv-bin-12.02.01.modified//Makefile
--- gpu-viv-bin-12.02.01//Makefile	1969-12-31 19:00:00.000000000 -0500
+++ gpu-viv-bin-12.02.01.modified//Makefile	2012-04-03 11:24:06.177806724 -0400
@@ -0,0 +1,26 @@
+# Makefile for gpu-viv-bin
+#
+# This Makefile is a dummy until the full sources are available.
+# Using this will allow us to more easily transition between the binary
+# and source versions.
+#
+# Timesys Corporation 2012
+
+USRDIR=usr
+
+TARGETS=
+
+all: $(TARGETS)
+
+$(TARGETS):
+
+install: $(TARGETS)
+	mkdir -p $(DESTDIR)/usr
+	cp -r $(USRDIR)/* $(DESTDIR)/usr/
+
+clean:
+
+distclean: clean
+
+.PHONY: clean distclean install
+
