On Fri, Aug 21, 2009 at 9:44 AM, Myles Watson<[email protected]> wrote: >> ck804_reset.c file never gets compiled. > >> object-y += ck804_reset.o >> >> object-$(CONFIG_HAVE_ACPI_TABLES) +=ck804_fadt.o > obj-y is the correct syntax. Sorry for the noise.
one last correction: obj-$(CONFIG_HAVE_ACPI_TABLES) +=ck804_fadt.o since it is conditional on that variable. ron -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

