This repository has been archived on 2021-01-21. You can view files and clone it, but cannot push or open issues or pull requests.
hdmi.old/software/build.sh
2020-09-19 23:42:44 +02:00

10 lines
167 B
Bash
Executable File

#!/bin/bash
export PATH=/opt/arm-gcc:/opt/Xilinx/14.7/ISE_DS/EDK/bin/lin64:$PATH
CUR=$(pwd)
cd LED_Controller_bsp && make
cd $CUR
cd LED_Controller/Release && make