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