]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/vm/Makefile
mm/page_owner: keep track of page owners
[mirror_ubuntu-artful-kernel.git] / tools / vm / Makefile
index 3d907dacf2ac85c4e9d17a5dec1808859c27f5f5..ac884b65a0725fc9b4e2ed46a490996524fd96a3 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for vm tools
 #
-TARGETS=page-types slabinfo
+TARGETS=page-types slabinfo page_owner_sort
 
 LIB_DIR = ../lib/api
 LIBS = $(LIB_DIR)/libapikfs.a
@@ -18,5 +18,5 @@ $(LIBS):
        $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
 
 clean:
-       $(RM) page-types slabinfo
+       $(RM) page-types slabinfo page_owner_sort
        make -C $(LIB_DIR) clean