]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - tools/Makefile
put the stack in bss to save space on disk
[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)
7
8clean:
9 rm -f $(SMRAM_ICH2_OBJS) smram-ich2
This page took 0.022462 seconds and 4 git commands to generate.