From f61216414a9e2d00c7b7afaaedb498574f6f805a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 11 Feb 2015 11:30:38 -0500 Subject: i945-pwm: add -lz to Makefile Fixes build error reported by user. --- (limited to 'resources/utilities/i945-pwm/Makefile') diff --git a/resources/utilities/i945-pwm/Makefile b/resources/utilities/i945-pwm/Makefile new file mode 100644 index 0000000..cd63a92 --- /dev/null +++ b/resources/utilities/i945-pwm/Makefile @@ -0,0 +1,4 @@ +CFLAGS ?= -O2 -Wall -W -ggdb + +i945-pwm: i945-pwm.c + $(CC) -std=gnu99 $(CFLAGS) $(LDFLAGS) -o $@ $< -lpci -lz -- cgit v0.9.1