#
# Makefile for the memory manager
#

obj-y += memory.o
obj-y += heap.o 
obj-y += percpu.o

obj-$(CONFIG_AVZ) += avz/
