projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[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