mm: move page-types.c from Documentation to tools/vm
[linux-flexiantxendom0-3.2.10.git] / tools / vm / Makefile
1 # Makefile for vm tools
2
3 CC = $(CROSS_COMPILE)gcc
4 CFLAGS = -Wall -Wextra
5
6 all: page-types
7 %: %.c
8         $(CC) $(CFLAGS) -o $@ $^
9
10 clean:
11         $(RM) page-types