Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 63 → Rev 64

/shark/trunk/kernel/modules/makefile
3,8 → 3,8
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
OSLIB=$(BASE)/oslib
 
LIBRARY = mod
 
/shark/trunk/kernel/mem/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/kernel/makefile
3,7 → 3,6
ifndef BASE
BASE=..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk