Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

/demos/branches/xen/tftptest/Makefile/makefile
1,16 → 1,10
#
#
#
APPS:= tftptest
 
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
S?=../../
include $(S)/mk/App.mk
 
PROGS = tftptest
 
include $(BASE)/config/example.mk
 
tftptest:
make -f $(SUBMAKE) APP=tftptest INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __NET__ __INPUT__ __TFTP__"
make -f $(S)/Makefile APP=tftptest OTHEROBJS="initfile.o" OTHERINCL= \
SHARKOPT="__LINUXC26__ __PCI__ __NET__ __INPUT__ __TFTP__ \
__GRX__"