]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
acpi: Change build log for ASL files
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:16 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit68af8d887c463c688f3f1dc02edf04cb58f8bf5d
tree23297e3edc750bfb4cce0f51b0235a4038e1c5e5
parentce8dd77d996f8920b290d7070d4bfe744249a871
acpi: Change build log for ASL files

Currently when compiling U-Boot with ASL file, the build log says:

  ASL     board/intel/bayleybay/dsdt.c

This looks odd as ASL compiler's input is ASL file, not C file.
Change the make rule to use $< instead.

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