summaryrefslogtreecommitdiffstats
path: root/arch/ia64/ia32/Makefile
blob: 1b18cca5867d8219822f5b33acf269665a85d039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile for the ia32 kernel emulation subsystem.
#

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

all: ia32.o

O_TARGET := ia32.o
O_OBJS	 := ia32_entry.o sys_ia32.o ia32_signal.o ia32_support.o ia32_traps.o binfmt_elf32.o

clean::

include $(TOPDIR)/Rules.make