Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 429 → Rev 430

/SPARTAN/trunk/arch/mips32/boot/Makefile
12,7 → 12,7
CC=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-gcc
LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
 
ASFLAGS=-mips2 -I../../../include
ASFLAGS=-mips2 -I../../../generic/include
LFLAGS=--oformat=binary -e start -T _link.ld
 
.S.o: