af97d33ec4
- unify all iasl related rules into the toplevel Makefile - build a filesystem standard for ACPI files and use it - pass ACPI sources through cpp, so constants can be shared between C and ACPI more easily - use cpp's #include instead of ACPI's Include() so cpp gets the whole picture Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5094 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 lines
408 B
Makefile
13 lines
408 B
Makefile
driver-y += northbridge.o
|
|
driver-y += misc_control.o
|
|
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += amdfam10_acpi.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr1.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr2.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr3.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr4.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr5.o
|
|
|
|
obj-y += get_pci1234.o
|
|
|