acpi: Explicitly spell out dsdt.c in the make rule
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:17 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit3a2a3d0b485e8c810e9133eb0c86af33f5d46a14
tree9f6a94fe9ad92b115b9761a55534f967852ca1fe
parent68af8d887c463c688f3f1dc02edf04cb58f8bf5d
acpi: Explicitly spell out dsdt.c in the make rule

Currently the make rule for dsdt.c uses a wildcard, as below:

  $(obj)/%.c:    $(src)/%.asl

To avoid any side effect, explicitly mention dsdt.c as this is
the file we intend to use for ACPI DSDT AML generation.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib