[PATCH 02/13] fs-tests: integck: do not inlcude lib directory
Artem Bityutskiy
dedekind1 at gmail.com
Fri Apr 22 13:25:13 EDT 2011
From: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
The integck test does not depend on the "common" directory any more,
so we do not have to have -I ../lib for compilation.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
---
tests/fs-tests/integrity/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/fs-tests/integrity/Makefile b/tests/fs-tests/integrity/Makefile
index 03652a2..976c3ce 100644
--- a/tests/fs-tests/integrity/Makefile
+++ b/tests/fs-tests/integrity/Makefile
@@ -5,7 +5,7 @@ endif
COMMON_HEADERS_DIR := ../../../include
-CFLAGS := $(CFLAGS) -Wall -g -O2 -I../lib -I$(COMMON_HEADERS_DIR)
+CFLAGS := $(CFLAGS) -Wall -g -O2 -I$(COMMON_HEADERS_DIR)
LDFLAGS := $(LDFLAGS)
--
1.7.2.3
More information about the linux-mtd
mailing list