]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot/x86/Makefile
all: Export {C,LD,AS}FLAGS
[nameless-os.git] / boot / x86 / Makefile
index 3d12d12cdd6c07799b3920de893e3bd476643c5e..89891a8a8f4b2ef4e55c750a68111cd66a8c73af 100644 (file)
@@ -14,6 +14,6 @@ clean:
 
 # Implicit rules
 %: %.s
-       $(AS) $(ASFLAGS_BASE) -f bin $< -o $@
+       $(AS) $(ASFLAGS_BASE) $(ASFLAGS) -f bin $< -o $@
 
 .PHONY : default clean stage3