OpenCores
URL https://opencores.org/ocsvn/mb-jpeg/mb-jpeg/trunk

Subversion Repositories mb-jpeg

[/] [mb-jpeg/] [tags/] [STEP1_1/] [microblaze_0/] [code/] [make.xmdstub] - Rev 5

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

AS=mb-as
LD=mb-ld
OFILES=xmdstub.o

xmdstub:
        $(AS) -o xmdstub.o xmdstubaddr.s xmdstub.s
        $(LD) -relax -defsym _STACK_SIZE=0 -o xmdstub.elf xmdstub.o
        make -f make.xmdstub clean

clean:
        rm -rf ${OFILES}

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

powered by: WebSVN 2.1.0

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