From: Paul Nasrat Date: Mon, 3 Dec 2007 13:13:23 +0000 (+0000) Subject: Print version-release of yaboot X-Git-Tag: yaboot-1.3.15-rc~17 X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=752525a7feb16e02b759ca7811fc9a0276712c3d;hp=c8b04c614770870d75825c19bcd4729cc779b84a Print version-release of yaboot Patch from dwmw2@infradead.org --- diff --git a/Makefile b/Makefile index 5457dc9..c5e751b 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ OBJCOPY := $(CROSS)objcopy # The flags for the yaboot binary. # YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -print-file-name=include` -fsigned-char -YBCFLAGS += -DVERSION=\"${VERSION}\" #" +YBCFLAGS += -DVERSION=\"${VERSION}${VERSIONEXTRA}\" #" YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG) YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE) YBCFLAGS += -DKERNELADDR=$(KERNELADDR)