From 3f171e39e8c17d673fc9dea3364857c7e611c626 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 29 Aug 2007 18:06:45 +0300 Subject: ubi-utils: add utils to make install Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ubi-utils/Makefile') diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index bef8227..db984c8 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -10,7 +10,9 @@ BUILD_OS := $(shell uname -o) OPTFLAGS := -O2 -g -Wall KERNELHDR := ../include DESTDIR := /usr/local -SBINDIR := bin +SBINDIR=/usr/sbin +MANDIR=/usr/man +INCLUDEDIR=/usr/include CC := $(CROSS)gcc CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \ -- cgit v1.2.3