Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1683 fabio 1
targets:=		\
2
	cxsw-2.o	\
3
	init.o		\
4
	time.o		\
5
	aspace.o	\
6
	intevt.o	\
7
	event.o		\
8
	event1.o	\
9
	advtimer.o	\
10
	abort.o		\
11
	timeint.o	\
12
	libx0.a		\
13
	xinfo.o		\
14
	x1.o		\
15
	xsystab.o	\
16
	xconv.o		\
17
	xdosf.o		\
18
	xdosm.o		\
19
	ccpu.o		\
20
	fpu.o		\
21
	irq.o		\
22
	ctxsw.o		\
23
	xinit.o		\
24
	idtinit.o	\
25
	vm86.o		\
26
	xbios.o
2 pj 27
 
1683 fabio 28
libx0.a-objs:= x0.o
29
 
30
cppflags+= -I$(srctree)/libc/arch/$(ARCH)/include