summaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn/Makefile
blob: 3c881096778f1b46f877fcca89dee08290e7293b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# ia64/sn/Makefile
#
# Copyright (C) 1999 Silicon Graphics, Inc.
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
#

CFLAGS          :=     $(CFLAGS) -DCONFIG_SGI_SN1 -DSN1 -DSN -DSOFTSDV \
			-DLANGUAGE_C=1 -D_LANGUAGE_C=1
AFLAGS          :=      $(AFLAGS) -DCONFIG_SGI_SN1 -DSN1 -DSOFTSDV

.S.s:
	$(CC) -D__ASSEMBLY__ $(AFLAGS) -E -o $*.s $<
.S.o:
	$(CC) -D__ASSEMBLY__ $(AFLAGS) -c -o $*.o $<

all: sn.a

O_TARGET        = sn.a
O_HEADERS       =
O_OBJS          = sn1/sn1.a

clean::

include $(TOPDIR)/Rules.make