Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1685

/shark/branches/xen/arch/x86/Makefile
1,30 → 1,36
targets:= \
abort.o \
advtimer.o \
aspace.o \
ccpu.o \
cpu2.o \
ctx.o \
cxsw-2.o \
ctxsw.o \
event.o \
event1.o \
exc.o \
fpu.o \
idtinit.o \
init.o \
intevt.o \
irq.o \
mem.o \
time.o \
aspace.o \
intevt.o \
event.o \
event1.o \
advtimer.o \
abort.o \
timeint.o \
libx0.a \
xinfo.o \
vm86.o \
x1.o \
xsystab.o \
xbios.o \
xconv.o \
xdosf.o \
xdosm.o \
ccpu.o \
fpu.o \
irq.o \
ctxsw.o \
xinfo.o \
xsystab.o \
xinit.o \
idtinit.o \
vm86.o \
xbios.o
xsys0.o
 
libx0.a-objs:= x0.o
install-objs:= x0.o
 
cppflags+= -I$(srctree)/libc/arch/$(ARCH)/include
aflags+= -D__VIRCSW__
cppflags+= -I$(srctree)/libc/arch/$(ARCH)/include -D__VIRCSW__