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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [userland/] [ftp/] [ftp/] [Makefile] - Rev 1765

Compare with Previous | Blame | View Log

CC = or32-uclibc-gcc
LD = or32-uclibc-gcc
STRIP = or32-uclibc-strip


EXEC = ftp
OBJS = cmds.o cmdtab.o domacro.o ftp.o glob.o main.o ruserpass.o

CFLAGS := $(CFLAGS) -Wall -Werror-implicit-function-declaration -DEMBED
LDFLAGS := -r -d

all: $(EXEC)

$(EXEC): $(OBJS)
        $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
        $(STRIP) -g $@

clean:
        -rm -f $(EXEC) *.gdb *.elf *.o

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.