Subversion Repositories HelenOS

Rev

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

Rev 2996 Rev 3401
Line 30... Line 30...
30
LFLAGS += -e __bootstrap
30
LFLAGS += -e __bootstrap
31
 
31
 
32
ARCH_SOURCES := \
32
ARCH_SOURCES := \
33
	arch/$(ARCH)/src/bootstrap.c \
33
	arch/$(ARCH)/src/bootstrap.c \
34
	arch/$(ARCH)/src/runtime.c \
34
	arch/$(ARCH)/src/runtime.c \
35
	arch/$(ARCH)/src/reloc.c
35
	arch/$(ARCH)/src/reloc.c \
-
 
36
	arch/$(ARCH)/src/start.c
36
 
37