]> Joshua Wise's Git repositories - netwatch.git/blobdiff - hardware/ich2/Makefile
More churn moving files around.
[netwatch.git] / hardware / ich2 / Makefile
diff --git a/hardware/ich2/Makefile b/hardware/ich2/Makefile
new file mode 100644 (file)
index 0000000..d383a50
--- /dev/null
@@ -0,0 +1,5 @@
+smram-ich2: smm-open-ich2.c
+       gcc -o smram-ich2 smm-open-ich2.c ../pci/pci-linux.c -I../include
+
+clean:
+       rm -f smram-ich2
This page took 0.022798 seconds and 4 git commands to generate.