Subversion Repositories shark

Rev

Rev 1261 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1259 pj 1
ifndef BASE
2
BASE=../../..
3
endif
4
 
5
include $(BASE)/config/config.mk
6
 
7
PROGS = TEST
8
 
9
include $(BASE)/config/example.mk
10
 
11
TEST:
1441 giacomo 12
	make -f $(SUBMAKE) APP="nload" BASE=../../.. INIT= OTHEROBJS="event.o initfile.o shark.o fsfinit.o" OTHERINCL="-I." SHARKOPT="__LINUXC26__ __PCI__ __NET__ __FIRST__"
1261 pj 13
	cp nload TEST