summaryrefslogtreecommitdiff
path: root/utils/ypr0tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ypr0tools/Makefile')
-rw-r--r--utils/ypr0tools/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/ypr0tools/Makefile b/utils/ypr0tools/Makefile
new file mode 100644
index 0000000000..efc1de63f2
--- /dev/null
+++ b/utils/ypr0tools/Makefile
@@ -0,0 +1,13 @@
1
2.PHONY: all clean
3PROGS = extract_section
4CC = gcc
5CFLAGS = -O1 -g -W -Wall
6
7
8all: $(PROGS)
9 $(MAKE) -C cramfs-1.1
10
11clean:
12 $(MAKE) -C cramfs-1.1 clean
13 rm -f extract_section