- tms
- tms-fpga
- Makefile
This file ( 415B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
################################################################################
# Master Makefile for TMS Sources
# T.Barnaby, BEAM Ltd, 2006-12-07
################################################################################
#
TOP = ${shell pwd}
include ${TOP}/Config.mk
.PHONY: all install clean includes depend
all::
install:
mkdir -p ${FPGADIR}
cp -a *.bit ${FPGADIR}
clean:
includes:
depend: