summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-05-30 13:56:26 -0400
committerTom Rini <trini@konsulko.com>2016-05-30 13:56:26 -0400
commitf3c264f9de6a5727c90ecf6d46d4747091c0a57f (patch)
tree1dad8f917d3c882d197d3616c9badd81120707ba /scripts/Makefile.lib
parente4a94ce4ac77396b181663c0493c50bc2d5b9143 (diff)
parentd3d664725b4a05cf32d905ff806b44bb01fa61c0 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 97a09a272c..e720562623 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -325,7 +325,7 @@ $(obj)/%.S: $(src)/%.ttf
# ---------------------------------------------------------------------------
quiet_cmd_acpi_c_asl= ASL $<
cmd_acpi_c_asl= \
- $(CPP) -x assembler-with-cpp -P $(UBOOTINCLUDE) -o $<.tmp $<; \
+ $(CPP) -x assembler-with-cpp -D__ASSEMBLY__ -P $(UBOOTINCLUDE) -o $<.tmp $<; \
iasl -p $< -tc $<.tmp $(if $(KBUILD_VERBOSE:1=), >/dev/null); \
mv $(patsubst %.asl,%.hex,$<) $@