diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-14 12:51:07 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-14 12:51:07 +0300 |
commit | 9085ab02937c4ae75067ebac02e416eb4a7fb0a0 (patch) | |
tree | 4f5b6a66afaa57d1f1db9422897abd6386b20acc /tests | |
parent | 66aad814f6997f15d05f59c3d18d5f14ea82d4dd (diff) |
ubi-tests: fix makefile
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ubi-tests/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 |