Subversion Repositories shark

Rev

Rev 1549 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1549 pj 1
ifndef BASE
2
BASE=../..
3
endif
4
include $(BASE)/config/config.mk
5
 
6
PROGS += shutdown
7
 
8
include $(BASE)/config/example.mk
9
 
10
shutdown:
1603 tullio 11
	make -f $(SUBMAKE) APP=shutdown INIT= OTHEROBJS="ishut.o" OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__"