X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=abcfe4dc3622c3efe7d1dc79d5c41ae772e5a699;hp=9f27ff16058e970a46a737b2e8dd1a768a3eff30;hb=ce87503183fc2ecb71b105a56daf49ddc897b9f9;hpb=e37155efe2b60fe0acc5051e774d2eb49e4b7ca7 diff --git a/Makefile b/Makefile index 9f27ff16..abcfe4dc 100644 --- a/Makefile +++ b/Makefile @@ -303,7 +303,9 @@ PROGS += $(T_PROGS) ifdef CONFIG_HAVE_CUNIT UT_OBJS = unittests/unittest.o UT_OBJS += unittests/lib/memalign.o +UT_OBJS += unittests/lib/strntol.o UT_TARGET_OBJS = lib/memalign.o +UT_TARGET_OBJS += lib/strntol.o UT_PROGS = unittests/unittest else UT_OBJS =