Commit 45a401c8 authored by Alessandro Rubini's avatar Alessandro Rubini

oldtools: fread and read tests are here now

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent bfd50280
......@@ -825,7 +825,8 @@ The library offers the following functions that deal with the input stamps:
@end table
Example code: @code{fmc-fdelay-read} tool.
The test programs for the functions are in @i{oldtools/}, not built by
default.
@c ==========================================================================
@node Output Configuration
......
*.a
.depend
fdelay-read
fdelay-fread
fdelay-pulse
fdelay-pulse-tom
......@@ -10,8 +10,6 @@ CFLAGS = -Wall -ggdb -O2 -I../kernel -I$(ZIO)/include
LDFLAGS = -L. -lfdelay
DEMOSRC :=
DEMOSRC += fdelay-read.c
DEMOSRC += fdelay-fread.c
DEMOSRC += fdelay-pulse.c
DEMOSRC += fdelay-pulse-tom.c
......
......@@ -8,3 +8,5 @@ fdelay-list
fdelay-term
fdelay-board-time
fdelay-open-by-lun
fdelay-read
fdelay-fread
......@@ -18,6 +18,8 @@ hostprogs-y += fdelay-list
hostprogs-y += fdelay-term
hostprogs-y += fdelay-board-time
hostprogs-y += fdelay-open-by-lun
hostprogs-y += fdelay-read
hostprogs-y += fdelay-fread
# we are not in the kernel, so we need to piggy-back on "make modules"
......
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