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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [i960/] [kernel/] [Makefile] - Diff between revs 1623 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1623 Rev 1765
#
#
# Makefile for the linux kernel.
# Makefile for the linux kernel.
#
#
# Note! Dependencies are done automagically by 'make dep', which also
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
# unless it's something special (ie not a .c file).
#
#
# Note 2! The CFLAGS definitions are now in the main makefile...
# Note 2! The CFLAGS definitions are now in the main makefile...
.S.o:
.S.o:
        $(CC) -D__ASSEMBLY__ -traditional $(EXTRA_CFLAGS) -c $< -o $*.o
        $(CC) -D__ASSEMBLY__ -traditional $(EXTRA_CFLAGS) -c $< -o $*.o
all: head.o entry.o kernel.o
all: head.o entry.o kernel.o
O_TARGET := kernel.o
O_TARGET := kernel.o
O_OBJS := entry.o process.o traps.o ints.o signal.o ptrace.o \
O_OBJS := entry.o process.o traps.o ints.o signal.o ptrace.o \
          setup.o bios32.o time.o ksyms.o semaphore.o syscall.o
          setup.o bios32.o time.o ksyms.o semaphore.o syscall.o
ifdef CONFIG_MON960
ifdef CONFIG_MON960
O_OBJS += mon960_calls.o
O_OBJS += mon960_calls.o
ifdef CONFIG_MON960_CONSOLE
ifdef CONFIG_MON960_CONSOLE
O_OBJS += mon960_console.o
O_OBJS += mon960_console.o
endif
endif
endif
endif
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
 
 

powered by: WebSVN 2.1.0

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