tuntap: switch to use rtnl_dereference()
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / tools / vm / Makefile
blob8e30e5c40f8a2ebc0f9a15feb10d776bbb0ec030
1 # Makefile for vm tools
3 CC = $(CROSS_COMPILE)gcc
4 CFLAGS = -Wall -Wextra
6 all: page-types slabinfo
7 %: %.c
8 $(CC) $(CFLAGS) -o $@ $^
10 clean:
11 $(RM) page-types slabinfo