diff -Naurp amd-gpu-bin-mx51-09.12.00-orig/Makefile amd-gpu-bin-mx51-09.12.00/Makefile
--- amd-gpu-bin-mx51-09.12.00-orig/Makefile	1969-12-31 19:00:00.000000000 -0500
+++ amd-gpu-bin-mx51-09.12.00/Makefile	2010-05-27 10:25:52.453985376 -0400
@@ -0,0 +1,26 @@
+# Makefile for amd-gpu-bin-mx51
+#
+# This makefile is just 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 2010
+
+USRDIR=usr
+
+TARGETS=
+
+all: $(TARGETS)
+
+$(TARGETS):
+
+install: $(TARGETS)
+	mkdir -p $(DESTDIR)/usr
+	cp -r $(USRDIR)/* $(DESTDIR)/usr/
+	ln -sf VG $(DESTDIR)/usr/include/vg
+
+clean:
+
+distclean: clean
+        
+.PHONY: clean distclean install
