URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [actel/] [ordb1a3pe1500/] [sw/] [drivers/] [usbhostslave/] [Makefile] - Rev 408
Compare with Previous | Blame | View Log
# Set the path to our board's root directory
BOARD_SW_ROOT=../..
# Declare sources for the driver before we include everything
COMPILE_SRCS=usbhostslave-host.c usbhostslave-slave.c
include $(BOARD_SW_ROOT)/Makefile.inc
clean:
$(Q)rm -f *.a *.o