diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 19:03:56 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 19:03:56 +0300 |
commit | 8dc9f98e39ff4ba019c838f2a7349c1211676ad4 (patch) | |
tree | 2e2a5a01caab573b66dfb5529d0b1cfb5e40830e /ubi-utils/Makefile | |
parent | 914e5f6e143d7d9e5bd661218d503bd573163eb7 (diff) |
ubi-utils: remove useless build information
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/Makefile')
-rw-r--r-- | ubi-utils/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index db984c8..e1b7b84 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -2,11 +2,6 @@ # Makefile for ubi-utils # -HOST_OS_NAME := $(shell uname -s) -HOST_VERSION_NAME := $(shell uname -r) -BUILD_CPU := $(shell uname -m) -BUILD_OS := $(shell uname -o) - OPTFLAGS := -O2 -g -Wall KERNELHDR := ../include DESTDIR := /usr/local @@ -16,11 +11,7 @@ INCLUDEDIR=/usr/include CC := $(CROSS)gcc CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \ - -Wwrite-strings -W -std=gnu99 \ - -DHOST_OS_NAME=\"$(HOST_OS_NAME)\" \ - -DHOST_VERSION_NAME=\"$(HOST_VERSION_NAME)\" \ - -DBUILD_CPU=\"$(BUILD_CPU)\" -DBUILD_OS=\"$(BUILD_OS)\" \ - -DPACKAGE_VERSION=\"1.0\" + -Wwrite-strings -W -std=gnu99 -DPACKAGE_VERSION=\"1.0\" PERLPROGS = mkpfi ubicrc32.pl TARGETS = ubiupdatevol ubimkvol ubirmvol pfiflash pddcustomize ubimirror \ |