Commit 541ee7fc authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Federico Vaga

tools: follow the fmc-felay tool naming scheme

parent ba2e864a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.PHONY: all clean modules install modules_install .PHONY: all clean modules install modules_install
.PHONY: gitmodules prereq prereq_install prereq_install_warn .PHONY: gitmodules prereq prereq_install prereq_install_warn
DIRS = kernel lib test DIRS = kernel lib tools
all clean modules install modules_install: gitmodules all clean modules install modules_install: gitmodules
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
......
TESTS = fmctdc-list \ TESTS = fmc-tdc-list \
fmctdc-term \ fmc-tdc-term \
fmctdc-read \ fmc-tdc-read \
fmctdc-acquisition \ fmc-tdc-acquisition \
fmctdc-temperature \ fmc-tdc-temperature \
fmctdc-time fmc-tdc-time
CFLAGS = -I. -I../lib -I../kernel -Wall -ggdb3
CFLAGS = -I. -I../lib -I../kernel -Wall
COMMON_SRCS = test-common.c COMMON_SRCS = test-common.c
LDFLAGS = -L../lib -lfmctdc LDFLAGS = -L../lib -lfmctdc
......
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