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

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

all: dig.a

O_TARGET := dig.a

obj-y := setup.o
obj-$(CONFIG_IA64_GENERIC) += machvec.o

clean::

include $(TOPDIR)/Rules.make