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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [m68knommu/] [platform/] [68EZ328/] [Makefile] - Blame information for rev 1781

Go to most recent revision | 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
.S.o:
9
        $(CC) -D__ASSEMBLY__ $(AFLAGS) -c $< -o $*.o
10
 
11
all: $(BOARD)/crt0_$(MODEL).o entry.o platform.o
12
O_TARGET := platform.o
13
O_OBJS := entry.o config.o signal.o traps.o ints.o
14
 
15
$(BOARD)/crt0_$(MODEL).o: $(BOARD)/crt0_$(MODEL).S $(BOARD)/bootlogo.rh
16
 
17
entry.o: entry.S
18
 
19
$(BOARD)/bootlogo.rh: $(BOARD)/bootlogo.h
20
        perl tools/bootlogo.pl < $(BOARD)/bootlogo.h > $(BOARD)/bootlogo.rh
21
 
22
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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