URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [drivers/] [or1200/] [Makefile] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
SW_ROOT=../..
# Sources to go into the liborpsoc.a support library
COMPILE_SRCS=exceptions.c int.c mmu.S or1200-utils.c cache.S
include $(SW_ROOT)/Makefile.inc
clean:
$(Q)rm -f *.a *.o
Go to most recent revision | Compare with Previous | Blame | View Log