]> git.sur5r.net Git - u-boot/blobdiff - scripts/Makefile.lib
configs: rockchip: remove no use MACRO
[u-boot] / scripts / Makefile.lib
index 4f882f1006245c810bfdb45c046e1ee330edd791..e720562623c9332325f2768169d7bad0f8fc203a 100644 (file)
@@ -325,11 +325,11 @@ $(obj)/%.S: $(src)/%.ttf
 # ---------------------------------------------------------------------------
 quiet_cmd_acpi_c_asl= ASL     $<
 cmd_acpi_c_asl=         \
-       $(CPP) -x assembler-with-cpp -P -o $<.tmp $<; \
-       iasl -p $< -tc -va $<.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,$<) $@
 
-$(obj)/%.c:    $(src)/%.asl
+$(obj)/dsdt.c:    $(src)/dsdt.asl
        $(call cmd,acpi_c_asl)
 
 # Bzip2