Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1681 → Rev 1685

/shark/branches/xen/kernel/mem/Makefile
1,20 → 1,5
# The List-based Memory Manager (from OSKit!)
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = mem
 
OBJS_PATH = $(BASE)/kernel/mem
 
#
# Object files
#
 
OBJS = addfree.o \
targets:= \
addfree.o \
addregio.o \
alloc.o \
alloc_al.o \
30,5 → 15,3
removefr.o \
stats.o
 
include $(BASE)/config/lib.mk