X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=c5e751b105fd0529b58d4dbaafa89db16fee7c5d;hp=5457dc98d426b628bdba63bff8da32eae37139a9;hb=752525a7feb16e02b759ca7811fc9a0276712c3d;hpb=c8b04c614770870d75825c19bcd4729cc779b84a 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)