diff options
| author | Tom Rini <trini@konsulko.com> | 2016-05-30 13:56:26 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2016-05-30 13:56:26 -0400 |
| commit | f3c264f9de6a5727c90ecf6d46d4747091c0a57f (patch) | |
| tree | 1dad8f917d3c882d197d3616c9badd81120707ba /scripts | |
| parent | e4a94ce4ac77396b181663c0493c50bc2d5b9143 (diff) | |
| parent | d3d664725b4a05cf32d905ff806b44bb01fa61c0 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.lib | 2 |
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,$<) $@ |
