import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / ia64 / dig / Makefile
1 #
2 # ia64/platform/dig/Makefile
3 #
4 # Copyright (C) 1999 Silicon Graphics, Inc.
5 # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
6 #
7
8 .S.s:
9         $(CPP) $(AFLAGS) -o $*.s $<
10 .S.o:
11         $(CC) $(AFLAGS) -c -o $*.o $<
12
13 all: dig.a
14
15 O_TARGET := dig.a
16
17 obj-y := setup.o
18 obj-$(CONFIG_IA64_GENERIC) += machvec.o
19
20 clean::
21
22 include $(TOPDIR)/Rules.make