summaryrefslogblamecommitdiffstats
path: root/tools/vm/Makefile
blob: 8e30e5c40f8a2ebc0f9a15feb10d776bbb0ec030 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                        
                        



                                
                                 
# Makefile for vm tools

CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra

all: page-types slabinfo
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

clean:
	$(RM) page-types slabinfo