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>
Showing
- Makefile 2 additions, 1 deletionMakefile
- board/advantech/som-db5800-som-6867/Makefile 1 addition, 1 deletionboard/advantech/som-db5800-som-6867/Makefile
- board/congatec/conga-qeval20-qa3-e3845/Makefile 1 addition, 1 deletionboard/congatec/conga-qeval20-qa3-e3845/Makefile
- board/dfi/dfi-bt700/Makefile 1 addition, 1 deletionboard/dfi/dfi-bt700/Makefile
- board/google/chromebook_coral/Makefile 1 addition, 1 deletionboard/google/chromebook_coral/Makefile
- board/intel/bayleybay/Makefile 1 addition, 1 deletionboard/intel/bayleybay/Makefile
- board/intel/edison/Makefile 1 addition, 1 deletionboard/intel/edison/Makefile
- board/intel/galileo/Makefile 1 addition, 1 deletionboard/intel/galileo/Makefile
- board/intel/minnowmax/Makefile 1 addition, 1 deletionboard/intel/minnowmax/Makefile
- scripts/Makefile.lib 4 additions, 4 deletionsscripts/Makefile.lib
Loading
Please register or sign in to comment