Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linus
[profile/ivi/kernel-adaptation-intel-automotive.git] / tools / vm / Makefile
1 # Makefile for vm tools
2
3 CC = $(CROSS_COMPILE)gcc
4 CFLAGS = -Wall -Wextra
5
6 all: page-types slabinfo
7 %: %.c
8         $(CC) $(CFLAGS) -o $@ $^
9
10 clean:
11         $(RM) page-types slabinfo