[coreboot] Trying to add Kconfig support for M57SLI - build error

ron minnich rminnich at gmail.com
Fri Aug 21 19:58:54 CEST 2009


On Fri, Aug 21, 2009 at 9:44 AM, Myles Watson<mylesgw at gmail.com> 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




More information about the coreboot mailing list