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

Subversion Repositories or1k_old

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

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

Line No. Rev Author Line
1 1623 jcastillo
#
2
# linux/arch/i386/boot/compressed/Makefile
3
#
4
# create a compressed vmlinux image from the original vmlinux
5
#
6
 
7
OBJECTS = misc.o
8
 
9
CFLAGS = -g -O2 -DSTDC_HEADERS -DSTANDALONE_DEBUG -Wall
10
 
11
test-gzip: piggy.o $(OBJECTS)
12
        $(CC) -g -o test-gzip $(OBJECTS) piggy.o
13
 
14
clean:
15
        $(RM) inflate.o misc.o test-gzip
16
 
17
inflate.o: inflate.c gzip.h
18
 
19
misc.o: misc.c gzip.h
20
 
21
 

powered by: WebSVN 2.1.0

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