NASM ---> AS

git-svn-id: svn://kolibrios.org@4757 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
right-hearted 2014-04-04 11:44:11 +00:00
parent e93a4e30be
commit 498a440a34

View File

@ -18,7 +18,7 @@ DEBUG = 0
$(NASM) $*.asm -o $*.o -f $(ASMFMT) $(NASM) $*.asm -o $*.o -f $(ASMFMT)
.s.o: .s.o:
$(NASM) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\" $(AS) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
as $*.sx $(AS32OPT) -o $*.o as $*.sx $(AS32OPT) -o $*.o
$(RM) $*.sx $(RM) $*.sx