X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2FMakefile.lib;h=49392ecbef17baf113bb9e3771384d06413bbb25;hb=eed097bd087135fe57471f8815ed1a569bc8260e;hp=6031e2380638f5f492eee301f3f3a8998ec9b0b0;hpb=2e17c5a97e231f3cb426f4b7895eab5be5c5442e;p=cascardo%2Flinux.git diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 6031e2380638..49392ecbef17 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -63,7 +63,7 @@ multi-objs := $(multi-objs-y) $(multi-objs-m) subdir-obj-y := $(filter %/built-in.o, $(obj-y)) # $(obj-dirs) is a list of directories that contain object files -obj-dirs := $(dir $(multi-objs) $(subdir-obj-y)) +obj-dirs := $(dir $(multi-objs) $(obj-y)) # Replace multi-part objects by their individual parts, look at local dir only real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs)) $($(m:.o=-y)),$(m))) $(extra-y) @@ -244,7 +244,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \ # --------------------------------------------------------------------------- # Generate an assembly file to wrap the output of the device tree compiler -quiet_cmd_dt_S_dtb= DTB $@ +quiet_cmd_dt_S_dtb= DTB $@ cmd_dt_S_dtb= \ ( \ echo '\#include '; \