diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-12-23 14:13:48 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-01-15 14:24:40 +0000 |
commit | 3d08effb91acf985bae9c4eb4386937ce7ed92a9 (patch) | |
tree | 9d890b07e4abf2f885cf9c494a9103bf4b96d891 /resources/utilities/i945-pwm/Makefile | |
parent | 0698cb38d1e26495c953f01daf9604551b6ed7d5 (diff) | |
download | librebootfr-3d08effb91acf985bae9c4eb4386937ce7ed92a9.tar.gz librebootfr-3d08effb91acf985bae9c4eb4386937ce7ed92a9.zip |
Current build system removal
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'resources/utilities/i945-pwm/Makefile')
-rw-r--r-- | resources/utilities/i945-pwm/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/utilities/i945-pwm/Makefile b/resources/utilities/i945-pwm/Makefile deleted file mode 100644 index 7a0a882b..00000000 --- a/resources/utilities/i945-pwm/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -CFLAGS ?= -O2 -Wall -W -ggdb - -i945-pwm: i945-pwm.c - $(CC) -std=gnu99 $(CFLAGS) $(LDFLAGS) -o $@ $< -lpci -lz - -clean: - rm -f i945-pwm |