]> Joshua Wise's Git repositories - netwatch.git/blame - tools/Makefile
SMRAM interface changes, and a few misc. header changes.
[netwatch.git] / tools / Makefile
CommitLineData
81148fa1
JW
1CFLAGS=-I../include
2CC=gcc
3SMRAM_ICH2_OBJS=smram-linux-tool.o ../pci/pci-linux.o ../ich2/smram-ich2.o
4
5smram-ich2: $(SMRAM_ICH2_OBJS)
6 gcc -o smram-ich2 $(SMRAM_ICH2_OBJS)
This page took 0.021787 seconds and 4 git commands to generate.