From 7efff409c0679bd3cf0ac2c6efade8955249c724 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 7 Oct 2014 20:43:04 -0600 Subject: [PATCH] Makefile: fix gfio link for CONFIG_ARITHMETIC Signed-off-by: Jens Axboe --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3f8be4f7..5b03ec42 100644 --- a/Makefile +++ b/Makefile @@ -159,13 +159,14 @@ OBJS = $(SOURCE:.c=.o) FIO_OBJS = $(OBJS) fio.o +GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \ + gclient.o gcompat.o cairo_text_helpers.o printing.o + ifdef CONFIG_ARITHMETIC FIO_OBJS += lex.yy.o y.tab.o +GFIO_OBJS += lex.yy.o y.tab.o endif -GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \ - gclient.o gcompat.o cairo_text_helpers.o printing.o - -include $(OBJS:.o=.d) T_SMALLOC_OBJS = t/stest.o -- 2.25.1