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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [lib/] [Makefile] - Blame information for rev 393

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

Line No. Rev Author Line
1 393 julius
SW_ROOT=..
2
include $(SW_ROOT)/Makefile.inc
3
 
4
LIBORPSOC_SRC= lib-utils.c printf.c
5
 
6
%/$(DRIVER_OBJ):
7
        $(Q)$(MAKE) -C $* $(DRIVER_OBJ)
8
 
9
LIBORPSOC_OBJS=$(LIBORPSOC_SRC:%.c=%.o)
10
 
11
liborpsoc.a: $(LIBORPSOC_OBJS) $(SW_DRIVER_PATHS:%=%/$(DRIVER_OBJ))
12
        $(Q)$(OR32_AR) cru $@ $^
13
        $(Q)$(OR32_RANLIB) $@
14
 
15
clean:
16
        $(Q)rm -f *.a *.o

powered by: WebSVN 2.1.0

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