Import 2.3.99pre4-2
[davej-history.git] / arch / ia64 / sn / sn1 / Makefile
blobfbb8e83ab51f89fb88722db876aabdb57d6cf587
2 # ia64/platform/sn/sn1/Makefile
4 # Copyright (C) 1999 Silicon Graphics, Inc.
5 # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
8 CFLAGS := $(CFLAGS) -DCONFIG_SGI_SN1 -DSN1 -DSN -DSOFTSDV \
9 -DLANGUAGE_C=1 -D_LANGUAGE_C=1
10 AFLAGS := $(AFLAGS) -DCONFIG_SGI_SN1 -DSN1 -DSOFTSDV
12 .S.s:
13 $(CPP) $(AFLAGS) -o $*.s $<
14 .S.o:
15 $(CC) $(AFLAGS) -c -o $*.o $<
17 all: sn1.a
19 O_TARGET = sn1.a
20 O_HEADERS =
21 O_OBJS = irq.o setup.o
23 ifeq ($(CONFIG_IA64_GENERIC),y)
24 O_OBJS += machvec.o
25 endif
27 clean::
29 include $(TOPDIR)/Rules.make