Subversion Repositories HelenOS-historic

Rev

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

Rev 756 Rev 811
Line 53... Line 53...
53
endif
53
endif
54
ifeq ($(CONFIG_ASID_FIFO),y)
54
ifeq ($(CONFIG_ASID_FIFO),y)
55
	GENARCH_SOURCES += \
55
	GENARCH_SOURCES += \
56
		genarch/src/mm/asid_fifo.c
56
		genarch/src/mm/asid_fifo.c
57
endif
57
endif
-
 
58
ifeq ($(CONFIG_SOFTINT),y)
-
 
59
	GENARCH_SOURCES += \
-
 
60
		genarch/src/softint/division.c
-
 
61
endif