Commit 533062b6 authored by Federico Vaga's avatar Federico Vaga

demo|tst: redirect firmware Makefile target to MockTurtle build system

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7c7fb6e2
TRTL ?= ../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
......@@ -84,7 +84,10 @@ Or alternatively, you can copy the following lines in a Makefile::
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
Then, you will compile your application with the following command
......
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
TRTL ?= ../../../
TRTL_FW = $(TRTL)/software/firmware
all clean:
all:
# Redirect all rules to MockTurtle
%:
$(MAKE) -C $(TRTL_FW) M=$(shell /bin/pwd) $@
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