Commit f3f63f6d authored by Federico Vaga's avatar Federico Vaga

wrtd:rt: rename firmwares

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 4657abed
OBJS := rt-fd.o
OBJS := wrtd-rt-fd.o
OBJS += ../common/loop-queue.o
OUTPUT = rt-fd
OUTPUT = wrtd-rt-fd
WRNC = ../../../../
EXTRA_CFLAGS += -I../../include
......
OBJS := rt-tdc.o
OBJS := wrtd-rt-tdc.o
OBJS += ../common/loop-queue.o
OUTPUT = rt-tdc
OUTPUT = wrtd-rt-tdc
WRNC = ../../../../
EXTRA_CFLAGS += -I../../include
......
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