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] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
#
#
# linux/arch/arm/boot/compressed/Makefile
# linux/arch/arm/boot/compressed/Makefile
#
#
# create a compressed vmlinux image from the original vmlinux
# create a compressed vmlinux image from the original vmlinux
#
#
COMPRESSED_EXTRA=../../lib/ll_char_wr.o
COMPRESSED_EXTRA=../../lib/ll_char_wr.o
OBJECTS=misc-debug.o $(COMPRESSED_EXTRA)
OBJECTS=misc-debug.o $(COMPRESSED_EXTRA)
CFLAGS=-D__KERNEL__ -O2 -DSTDC_HEADERS -DSTANDALONE_DEBUG -Wall -I../../../../include -c
CFLAGS=-D__KERNEL__ -O2 -DSTDC_HEADERS -DSTANDALONE_DEBUG -Wall -I../../../../include -c
test-gzip: piggy.o $(OBJECTS)
test-gzip: piggy.o $(OBJECTS)
        $(CC) -o $@ $(OBJECTS) piggy.o
        $(CC) -o $@ $(OBJECTS) piggy.o
misc-debug.o: misc.c
misc-debug.o: misc.c
        $(CC) $(CFLAGS) -o $@ misc.c
        $(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.