Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1601 tullio 1
#
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
 
7
PROGS  = os
8
 
9
include $(BASE)/config/config.mk
10
include $(BASE)/config/example.mk
11
 
12
$(PROGS):
13
	make -f $(SUBMAKE)	APP=$(PROGS)  \
14
						INIT=		\
15
						OTHEROBJS=	\
16
						OTHERINCL= 		\
17
						SHARKOPT="__LINUXC26__ __PCI__ __INPUT__ __DYNALINK__"
18
 
19