]> Joshua Wise's Git repositories - netwatch.git/blobdiff - tools/Makefile
SMRAM interface changes, and a few misc. header changes.
[netwatch.git] / tools / Makefile
index 35f37d45eac03b2bdb1f9f43ac0fea3783de7431..df153409b352bdbe4a4ade9bb3c7249b34f197fc 100644 (file)
@@ -1,2 +1,6 @@
-smram-ich2: smram-linux-tool.c ../pci/pci-linux.c ../ich2/smram-ich2.c 
-       gcc -o smram-ich2 smram-linux-tool.c ../pci/pci-linux.c ../ich2/smram-ich2.c 
+CFLAGS=-I../include
+CC=gcc
+SMRAM_ICH2_OBJS=smram-linux-tool.o ../pci/pci-linux.o ../ich2/smram-ich2.o
+
+smram-ich2: $(SMRAM_ICH2_OBJS)
+       gcc -o smram-ich2 $(SMRAM_ICH2_OBJS)
This page took 0.030106 seconds and 4 git commands to generate.