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