Subversion Repositories HelenOS-historic

Rev

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

Rev 887 Rev 913
Line 51... Line 51...
51
 
51
 
52
SOURCES = \
52
SOURCES = \
53
	main.c \
53
	main.c \
54
	ofw.c \
54
	ofw.c \
55
	printf.c \
55
	printf.c \
-
 
56
	asm.S \
56
	boot.S
57
	boot.S
57
 
58
 
58
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
59
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
59
 
60
 
60
.PHONY: all clean depend
61
.PHONY: all clean depend