Subversion Repositories HelenOS-historic

Rev

Rev 1747 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1747 Rev 1763
Line 45... Line 45...
45
	OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy
45
	OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy
46
	OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump
46
	OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump
47
endif
47
endif
48
 
48
 
49
CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3
49
CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3
50
DEFS = 
50
DEFS = -I.
51
 
51
 
52
SOURCES = \
52
SOURCES = \
53
	main.c \
53
	main.c \
54
	msim.c \
54
	msim.c \
55
	printf.c \
55
	../../../generic/printf.c \
56
	asm.S \
56
	asm.S \
57
	boot.S
57
	boot.S
58
 
58
 
59
COMPONENTS = \
59
COMPONENTS = \
60
	$(KERNELDIR)/kernel.bin \
60
	$(KERNELDIR)/kernel.bin \