From 9085ab02937c4ae75067ebac02e416eb4a7fb0a0 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 14 Jul 2008 12:51:07 +0300 Subject: ubi-tests: fix makefile Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/ubi-tests/Makefile b/tests/ubi-tests/Makefile index b02dca4..d122c8b 100644 --- a/tests/ubi-tests/Makefile +++ b/tests/ubi-tests/Makefile @@ -9,16 +9,13 @@ CC := $(CROSS)gcc TESTS=io_update volrefcnt integ io_paral io_read io_basic \ mkvol_basic mkvol_bad mkvol_paral rsvol -HELPER_NAMES=ubiupdatevol -HELPERS=$(addprefix helpers/, $(HELPER_NAMES)) - # Because of implicite rules we use make treats .o files as intermediate, thus # it removes the. If you want to prevent the removal, uncomment the below #.SECONDARY: $(addsuffix .o, $(TESTS)) $(addsuffix .o, $(HELPERS)) CFLAGS += -Wall -I$(LIBUBI_HEADER_PATH) -I $(UBI_HEADERS_PATH) -L. -O2 -all: ubi-utils libubi $(TESTS) $(HELPERS) +all: ubi-utils libubi $(TESTS) # Compile ubilib with the udevsettle hack libubi: $(LIBUBI_SRC_PATH)/libubi.c $(LIBUBI_HEADER_PATH)/libubi.h $(LIBUBI_SRC_PATH)/libubi_int.h -- cgit v1.2.3