OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [ia64/] [ia32/] [Makefile] - Rev 1781

Go to most recent revision | Compare with Previous | Blame | View Log

#
# Makefile for the ia32 kernel emulation subsystem.
#

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

all: ia32.o

O_TARGET := ia32.o

obj-y := ia32_entry.o sys_ia32.o ia32_ioctl.o ia32_signal.o ia32_support.o ia32_traps.o \
         binfmt_elf32.o ia32_ldt.o

clean::

include $(TOPDIR)/Rules.make

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.