X-Git-Url: http://git.dujemihanovic.xyz/posts?a=blobdiff_plain;f=boot%2Fx86%2FMakefile;h=1de8199c99b304f2de447804485c5f1b14867932;hb=ee5194ad075743971dc98d67f4abba8c118df976;hp=015780113b39cf299577587119689da30d821d1c;hpb=42a6ba918d29d15e012e073f2a9e724eb7f51c20;p=nameless-os.git diff --git a/boot/x86/Makefile b/boot/x86/Makefile index 0157801..1de8199 100644 --- a/boot/x86/Makefile +++ b/boot/x86/Makefile @@ -7,7 +7,7 @@ vbr-fat32: vbr-fat32.s fat32/*.s $(AS) $(ASFLAGS) -o $@ $< stage3/LOADER.BIN: stage3/loader.s stage3/*.s - $(AS) $(ASFLAGS) -o $@ $< + $(AS) $(ASFLAGS) -DGIT_REVISION=\"$(GIT_REV)\" -o $@ $< clean: -rm mbr vbr-fat32 stage3/LOADER.BIN disk.img