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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [armnommu/] [boot/] [compressed/] [Makefile.debug] - Blame information for rev 1622

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1622 jcastillo
#
2
# linux/arch/arm/boot/compressed/Makefile
3
#
4
# create a compressed vmlinux image from the original vmlinux
5
#
6
 
7
COMPRESSED_EXTRA=../../lib/ll_char_wr.o
8
OBJECTS=misc-debug.o $(COMPRESSED_EXTRA)
9
 
10
CFLAGS=-D__KERNEL__ -O2 -DSTDC_HEADERS -DSTANDALONE_DEBUG -Wall -I../../../../include -c
11
 
12
test-gzip: piggy.o $(OBJECTS)
13
        $(CC) -o $@ $(OBJECTS) piggy.o
14
 
15
misc-debug.o: misc.c
16
        $(CC) $(CFLAGS) -o $@ misc.c

powered by: WebSVN 2.1.0

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