Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/modules/Makefile/makefile
1,16 → 1,27
ifndef BASE
BASE=..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = modules
 
OBJS_PATH = $(BASE)/modules
 
include $(wildcard */subdir.mk)
 
OTHERINCL += -I$(BASE)/modules
 
include $(BASE)/config/lib.mk
 
targets:= \
bd_edf/ \
bd_pscan/ \
cabs/ \
cbs/ \
ds/ \
dummy/ \
edf/ \
elastic/ \
hardcbs/ \
hartport/ \
intdrive/ \
nop/ \
nopm/ \
npp/ \
pc/ \
pi/ \
posix/ \
ps/ \
rm/ \
rr/ \
rr2/ \
rrsoft/ \
sem/ \
srp/ \
ss/ \
tbs/