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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [userland/] [init/] [Makefile] - Blame information for rev 1778

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

Line No. Rev Author Line
1 851 simons
OBJS = simpleinit.o
2
 
3
CC = or32-uclibc-gcc
4
STRIP = or32-uclibc-strip
5
 
6
PRGS = init
7
 
8
all: $(PRGS)
9
 
10
init: $(OBJS)
11
        $(CC) $(CFLAGS) -r -d $(OBJS) -o $@
12
        $(STRIP) -g $@
13
 
14
clean:
15
        rm -f *.[oa] *.coff *~ core init

powered by: WebSVN 2.1.0

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