aboutsummaryrefslogtreecommitdiff
path: root/projects/ich9gen
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-01-15 21:49:26 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2018-01-15 22:12:04 -0500
commite1947a9aa497c4b4bc45b7a6cd5878d06aa6eb90 (patch)
tree1678680b8479c6d31480930ae500c9510fa20430 /projects/ich9gen
parent115fe0d7fe537a3069ba2051942c2f3333d0baa5 (diff)
downloadlibrebootfr-e1947a9aa497c4b4bc45b7a6cd5878d06aa6eb90.tar.gz
librebootfr-e1947a9aa497c4b4bc45b7a6cd5878d06aa6eb90.zip
Make 'all', 'clean' phony targets in ich9gen Makefile
Diffstat (limited to 'projects/ich9gen')
-rw-r--r--projects/ich9gen/sources/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/ich9gen/sources/Makefile b/projects/ich9gen/sources/Makefile
index e16b63f0..ba4e53f9 100644
--- a/projects/ich9gen/sources/Makefile
+++ b/projects/ich9gen/sources/Makefile
@@ -22,6 +22,8 @@ FORCEC99=-std=c99
CFLAGS=-I. -Wall -Wextra -g $(FORCEC99)
NOLINKER=-c
+.PHONY: all clean
+
all: ich9deblob ich9gen demefactory
ich9deblob: obj/ich9deblob.o obj/common/descriptor_gbe.o \