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

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [arch/] [or32/] [support/] [Makefile] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 xianfeng
#
2
# Makefile for the linux kernel.
3
#
4
 
5
obj-y           := initrd.o
6
                   # 8051-mem.o
7
 
8
IMAGE           := initrd-fb-03.ext2
9
#IMAGE_8051     := 8051.mem
10
 
11
arch/$(ARCH)/support/initrd.o: arch/$(ARCH)/support/$(IMAGE) \
12
                                arch/$(ARCH)/support/tools/bintoc
13
        arch/$(ARCH)/support/tools/bintoc .initrd < arch/$(ARCH)/support/$(IMAGE) |$(AS) -o arch/$(ARCH)/support/initrd.o
14
 
15
arch/$(ARCH)/support/initrd-comp.o: arch/$(ARCH)/support/initrd-bb-9-or32.ext2 \
16
                                arch/$(ARCH)/support/tools/bintoc
17
        gzip -c arch/$(ARCH)/support/initrd-bb-9-or32.ext2 | arch/$(ARCH)/support/tools/bintoc |$(AS) -o arch/$(ARCH)/support/initrd.o
18
 
19
arch/$(ARCH)/support/8051-mem.o: arch/$(ARCH)/support/$(IMAGE_8051) \
20
                                arch/$(ARCH)/support/tools/bintoc
21
        arch/$(ARCH)/support/tools/bintoc .init.mem.8051 < arch/$(ARCH)/support/$(IMAGE_8051) |$(AS) -o arch/$(ARCH)/support/8051-mem.o
22
 
23
initrd-comp.o: initrd-bb-9-or32.ext2 tools/bintoc
24
        gzip -c initrd-bb-9-or32.ext2 | tools/bintoc | $(AS) -o initrd.o
25
 
26
arch/$(ARCH)/support/tools/bintoc: arch/$(ARCH)/support/tools/bintoc.c
27
        $(HOSTCC) $(HOSTCFLAGS) -o $@ $@.c

powered by: WebSVN 2.1.0

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