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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [alpha/] [kernel/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#
2
# Makefile for the linux kernel.
3
#
4
# Note! Dependencies are done automagically by 'make dep', which also
5
# removes any old dependencies. DON'T put your own dependencies here
6
# unless it's something special (ie not a .c file).
7
#
8
# Note 2! The CFLAGS definitions are now in the main makefile...
9
 
10
.S.s:
11
        $(CPP) -D__ASSEMBLY__ -traditional $< -o $*.s
12
.S.o:
13
        $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
14
 
15
all: kernel.o head.o
16
 
17
O_TARGET := kernel.o
18
O_OBJS   := entry.o traps.o process.o osf_sys.o irq.o signal.o setup.o \
19
            bios32.o ptrace.o time.o apecs.o lca.o cia.o t2.o pyxis.o \
20
            ksyms.o smc.o
21
 
22
ifdef CONFIG_KGDB
23
O_OBJS += kgdb.o
24
endif
25
 
26
all: kernel.o head.o
27
 
28
head.o: head.s
29
 
30
head.s: head.S $(TOPDIR)/include/asm-alpha/system.h
31
        $(CPP) -traditional -o $*.s $<
32
 
33
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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