u-boot/board/intel/edison
Philippe Reynes 5d94cbd1dc scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c
There is a conflict between the static file
lib/acpi/dsdt.c and the file dsdt.c generated
dynamicaly by scripts/Makefile.lib. When a
mrproper is done, the static file dsdt.c is
removed. If a build with acpi enabled is
launched after, the following error is raised:

  CC      lib/acpi/acpi_table.o
make[2]: *** No rule to make target 'lib/acpi/dsdt.asl', needed by 'lib/acpi/dsdt.c'.  Stop.
scripts/Makefile.build:394: recipe for target 'lib/acpi' failed

To avoid such error, the generated file is named
dsdt_generated.c instead of dstdt.c.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Tested-by: Heiko Thiery <heiko.thiery@gmail.com>
2022-02-25 11:21:24 -05:00
..
.gitignore x86: edison: Bring minimal ACPI support to the board 2017-10-07 15:07:59 +08:00
config.mk Makefile: Rename ALL-y to INPUTS-y 2020-07-28 19:30:39 -06:00
dsdt.asl SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
edison-environment.txt x86: edison: Generate an image suitable for xFSTK 2020-09-25 11:27:28 +08:00
edison-osip.dat x86: edison: Generate an image suitable for xFSTK 2020-09-25 11:27:28 +08:00
edison.c x86: edison: Switch to DM_USB_GADGET 2020-12-16 13:51:24 +08:00
Kconfig x86: edison: BINMAN selection is specific to the board 2020-12-16 13:50:42 +08:00
MAINTAINERS x86: Add Intel Edison board files 2017-07-30 10:30:25 +08:00
Makefile scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c 2022-02-25 11:21:24 -05:00