Subversion Repositories HelenOS

Rev

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

Rev 3515 Rev 4629
Line 68... Line 68...
68
## Compile with support for address space identifiers.
68
## Compile with support for address space identifiers.
69
#
69
#
70
# no HW support for ASIDs
70
# no HW support for ASIDs
71
#CONFIG_ASID = y
71
#CONFIG_ASID = y
72
#CONFIG_ASID_FIFO = y 
72
#CONFIG_ASID_FIFO = y 
-
 
73
CONFIG_PL050 = y
73
 
74
 
74
## Compile with support with software division and multiplication.
75
## Compile with support with software division and multiplication.
75
#
76
#
76
 
77
 
77
CONFIG_SOFTINT = y
78
CONFIG_SOFTINT = y
Line 97... Line 98...
97
	arch/$(ARCH)/src/mm/page_fault.c
98
	arch/$(ARCH)/src/mm/page_fault.c
98
 
99
 
99
ifeq ($(MACHINE), gxemul_testarm)
100
ifeq ($(MACHINE), gxemul_testarm)
100
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/gxemul.c
101
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/gxemul.c
101
else ifeq ($(MACHINE), qemu_icp)
102
else ifeq ($(MACHINE), qemu_icp)
102
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/qemu.c
103
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/qemu.c \
-
 
104
			arch/$(ARCH)/src/drivers/pl050.c
103
endif
105
endif
104
 
106