ia64/xen-unstable
view xen/common/Makefile @ 6854:9af349b055e5
Merge latest xen-unstable into xen-ia64-unstable to prep
for push back to xen-unstable
for push back to xen-unstable
author | djm@kirby.fc.hp.com |
---|---|
date | Wed Sep 14 15:36:10 2005 -0600 (2005-09-14) |
parents | b35215021b32 813c37b68376 |
children | 3233e7ecfa9f 06d84bf87159 |
line source
2 include $(BASEDIR)/Rules.mk
4 ifeq ($(TARGET_ARCH),ia64)
5 OBJS := $(subst grant_table.o,,$(OBJS))
6 endif
8 ifneq ($(perfc),y)
9 OBJS := $(subst perfc.o,,$(OBJS))
10 endif
12 ifneq ($(trace),y)
13 OBJS := $(subst trace.o,,$(OBJS))
14 endif
16 default: common.o
17 common.o: $(OBJS)
18 $(LD) $(LDFLAGS) -r -o common.o $(OBJS)
20 clean:
21 rm -f *.o *~ core
23 # Object file contains changeset and compiler information.
24 kernel.o: $(BASEDIR)/include/xen/compile.h