]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/vm/Makefile
mm: move page-types.c from Documentation to tools/vm
[karo-tx-linux.git] / tools / vm / Makefile
diff --git a/tools/vm/Makefile b/tools/vm/Makefile
new file mode 100644 (file)
index 0000000..3823d4b
--- /dev/null
@@ -0,0 +1,11 @@
+# Makefile for vm tools
+
+CC = $(CROSS_COMPILE)gcc
+CFLAGS = -Wall -Wextra
+
+all: page-types
+%: %.c
+       $(CC) $(CFLAGS) -o $@ $^
+
+clean:
+       $(RM) page-types