Rev 1255 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
#
#
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
PROGS = loader
include $(BASE)/config/example.mk
loader:
make -f $(SUBMAKE) APP=loader INIT= OTHEROBJS="initfile.o fsfinit.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"