Commit df435c3d authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

fm: Updates to Makefile to include changes in previous commits

parent b325c358
...@@ -9,6 +9,7 @@ all: ...@@ -9,6 +9,7 @@ all:
mkdir -p ubuntu/$(BOARD)/log mkdir -p ubuntu/$(BOARD)/log
touch ubuntu/$(BOARD)/log/fan-speeds touch ubuntu/$(BOARD)/log/fan-speeds
cp -r config/ ubuntu/$(BOARD)/
cp -r shell/ ubuntu/$(BOARD)/ cp -r shell/ ubuntu/$(BOARD)/
mkdir -p ubuntu/$(BOARD)/pyts/ mkdir -p ubuntu/$(BOARD)/pyts/
...@@ -18,6 +19,7 @@ all: ...@@ -18,6 +19,7 @@ all:
cp ubuntu/$(BOARD)/pyts/pts.py ubuntu/$(BOARD)/pts cp ubuntu/$(BOARD)/pyts/pts.py ubuntu/$(BOARD)/pts
cp ubuntu/$(BOARD)/pyts/jpts.py ubuntu/$(BOARD)/jpts cp ubuntu/$(BOARD)/pyts/jpts.py ubuntu/$(BOARD)/jpts
cp ubuntu/$(BOARD)/pyts/one.py ubuntu/$(BOARD)/one
ln -s pyts/dac_vcxo_pll.py ubuntu/$(BOARD)/test01.py ln -s pyts/dac_vcxo_pll.py ubuntu/$(BOARD)/test01.py
ln -s pyts/leds.py ubuntu/$(BOARD)/test02.py ln -s pyts/leds.py ubuntu/$(BOARD)/test02.py
ln -s pyts/ttl_pulse_switch.py ubuntu/$(BOARD)/test03.py ln -s pyts/ttl_pulse_switch.py ubuntu/$(BOARD)/test03.py
...@@ -30,7 +32,7 @@ all: ...@@ -30,7 +32,7 @@ all:
mkdir -p ubuntu/$(BOARD)/boot mkdir -p ubuntu/$(BOARD)/boot
mv ubuntu/$(BOARD)/shell/program ubuntu/$(BOARD)/boot mv ubuntu/$(BOARD)/shell/program ubuntu/$(BOARD)/boot
mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3690/pts.bit wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3697/pts.bit
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3650/flash_load.bit wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3650/flash_load.bit
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3657/golden-v0.0_release-v1.0.bin wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3657/golden-v0.0_release-v1.0.bin
...@@ -39,5 +41,8 @@ all: ...@@ -39,5 +41,8 @@ all:
chmod +x ubuntu/$(BOARD)/jpts chmod +x ubuntu/$(BOARD)/jpts
chmod +x ubuntu/$(BOARD)/pts chmod +x ubuntu/$(BOARD)/pts
tar czvf ubuntu.tar.gz ubuntu/
clean: clean:
rm -rf ubuntu/$(BOARD) rm -rf ubuntu/$(BOARD)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment