Subversion Repositories HelenOS-historic

Rev

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

Rev 727 Rev 730
Line 47... Line 47...
47
endif
47
endif
48
ifeq ($(CONFIG_ASID),y)
48
ifeq ($(CONFIG_ASID),y)
49
	GENARCH_SOURCES += \
49
	GENARCH_SOURCES += \
50
		genarch/src/mm/asid.c
50
		genarch/src/mm/asid.c
51
endif
51
endif
-
 
52
ifeq ($(CONFIG_ASID_FIFO),y)
-
 
53
	GENARCH_SOURCES += \
-
 
54
		genarch/src/mm/asid_fifo.c
-
 
55
endif