Home
last modified time | relevance | path

Searched hist:"6683584 c08cd58ed88a6b60d613bca9086bf8fab" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A DMakefile.lib6683584c08cd58ed88a6b60d613bca9086bf8fab Thu May 26 02:19:08 UTC 2016 Bin Meng <bmeng.cn@gmail.com> acpi: Pass -D__ASSEMBLY__ when compiling ASL files

ASL files may include various U-Boot header files, but IASL compiler
does not understand any C language embedded in these header files.
To reuse those header files for ASL compiling, use __ASSEMBLY__ in
the header files to exclude everything that is not liked by IASL.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>