Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1790
Line 26... Line 26...
26
#
26
#
27
 
27
 
28
## Accepted configuration directives
28
## Accepted configuration directives
29
#
29
#
30
 
30
 
31
ifeq ($(CONFIG_OFW),y)
-
 
32
	GENARCH_SOURCES += \
-
 
33
		genarch/src/ofw/ofw.c \
-
 
34
		genarch/src/ofw/memory_init.c
-
 
35
endif
-
 
36
ifeq ($(CONFIG_ACPI),y)
31
ifeq ($(CONFIG_ACPI),y)
37
	GENARCH_SOURCES += \
32
	GENARCH_SOURCES += \
38
		genarch/src/acpi/acpi.c \
33
		genarch/src/acpi/acpi.c \
39
		genarch/src/acpi/madt.c
34
		genarch/src/acpi/madt.c
40
endif
35
endif