1SubDir HAIKU_TOP src system kernel vm ; 2 3UsePrivateHeaders shared ; 4 5KernelMergeObject kernel_vm.o : 6 vm.cpp 7 vm_address_space.cpp 8 vm_cache.cpp 9 vm_daemons.cpp 10 vm_low_memory.cpp 11 vm_page.cpp 12 vm_store_anonymous_noswap.cpp 13 vm_store_device.c 14 vm_store_null.c 15 #vm_tests.c 16 17 : $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused 18; 19