blob: fb5075d6b4de71731b8d3d881170f19af04c28e3 [file] [log] [blame]
Stefan Reinauer6a5bc462007-01-17 10:57:42 +00001CC:=gcc
2CFLAGS:=-O2 -Wall
Ronald G. Minnich394e7c42006-02-22 22:12:21 +00003probe_superio: probe_superio.c
Stefan Reinauer6a5bc462007-01-17 10:57:42 +00004 $(CC) $(CFLAGS) -o $@ $<
5clean:
6 rm probe_superio