diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-25 11:04:08 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-25 11:04:08 +0200 |
commit | 1b2cb2fefcb5ae05cce3fb5eaeb2b6d68c6e1eac (patch) | |
tree | 3dbf1ce1e804cccb66c2eb948a93bfb9f744a984 /tests/ubi-tests/Makefile | |
parent | e292b5fb39de2c6907ffe751391ae3bbd5603b91 (diff) |
ubi-tools: fix Makefile
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/ubi-tests/Makefile')
-rw-r--r-- | tests/ubi-tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/Makefile b/tests/ubi-tests/Makefile index 157aa55..b5c7e2f 100644 --- a/tests/ubi-tests/Makefile +++ b/tests/ubi-tests/Makefile @@ -1,6 +1,6 @@ LIBUBI_PATH=../../ubi-utils/ LIBUBI_SRC_PATH=../../ubi-utils/src -LIBUBI_HEADER_PATH=../../ubi-utils/inc +LIBUBI_HEADER_PATH=../../ubi-utils/include UBIUTILS_PATH=../../ubi-utils/ CC := $(CROSS)gcc |