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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [sparc/] [Makefile] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 jcastillo
# $Id: Makefile,v 1.1 2005-12-20 10:01:57 jcastillo Exp $
2
# sparc/Makefile
3
#
4
# Makefile for the architecture dependent flags and dependencies on the
5
# Sparc.
6
#
7
# Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
8
#
9
 
10
# If the solaris /bin/sh wasn't so broken, I wouldn't need the following
11
# line...
12
SHELL  =/bin/bash
13
 
14
#
15
# Uncomment the first CFLAGS if you are doing kgdb source level
16
# debugging of the kernel to get the proper debugging information.
17
 
18
#CFLAGS := $(CFLAGS) -g -pipe
19
CFLAGS := $(CFLAGS) -pipe
20
 
21
LINKFLAGS = -N -Ttext 0xf0004000
22
 
23
HEAD := arch/sparc/kernel/head.o
24
 
25
SUBDIRS := $(SUBDIRS) arch/sparc/kernel arch/sparc/lib arch/sparc/mm \
26
        arch/sparc/prom
27
 
28
ARCHIVES := arch/sparc/kernel/kernel.o arch/sparc/mm/mm.o $(ARCHIVES)
29
 
30
LIBS := $(TOPDIR)/lib/lib.a $(LIBS) $(TOPDIR)/arch/sparc/prom/promlib.a \
31
        $(TOPDIR)/arch/sparc/lib/lib.a
32
 
33
ifdef CONFIG_AP1000
34
SUBDIRS := $(SUBDIRS) arch/sparc/ap1000
35
ARCHIVES := $(TOPDIR)/arch/sparc/ap1000/ap1000lib.o $(ARCHIVES)
36
DRIVERS := $(DRIVERS) drivers/ap1000/ap1000.a
37
endif
38
 
39
archclean:
40
        rm -f $(TOPDIR)/arch/sparc/boot/boot
41
 
42
archdep:

powered by: WebSVN 2.1.0

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