]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - tools/Makefile
SMRAM interface changes, and a few misc. header changes.
[netwatch.git] / tools / Makefile
... / ...
CommitLineData
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.022403 seconds and 4 git commands to generate.