public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public•gmane.org>
To: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public•gmane.org>
Cc: Jaswinder Singh
	<jaswinder-wEGCiKHe2LqWVfeAwA7xHQ@public•gmane.org>,
	Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public•gmane.org>,
	linux-next-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
	LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public•gmane.org>,
	kernel-testers-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
	Ingo Molnar <mingo-X9Un+BFzKDI@public•gmane.org>,
	"Maciej W. Rozycki"
	<macro-6z/3iImG2C8G8FEW9MqTrA@public•gmane.org>
Subject: Re: linux-next: Tree for June 26
Date: Sun, 29 Jun 2008 21:49:35 +0100	[thread overview]
Message-ID: <1214772575.10393.306.camel@pmac.infradead.org> (raw)
In-Reply-To: <200806291336.44603.rjw-KKrjLPT3xs0@public.gmane.org>

On Sun, 2008-06-29 at 13:36 +0200, Rafael J. Wysocki wrote:
> # make INSTALL_FW_PATH=/lib/firmware firmware_install
> make -C /home/rafael/src/linux-next
> O=/home/rafael/src/build/next/albercik/. firmware_install
> make[3]: *** No rule to make target `firmware/acenic/tg1.bin', needed
> by `/lib/firmware/acenic/tg1.bin'.  Stop.
> make[2]: *** [firmware_install] Error 2
> make[1]: *** [sub-make] Error 2
> make: *** [all] Error 2

Ah, sorry -- I haven't been testing firmware_install with O= builds very
often, and I seem to have broken it. This should fix it:

--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -69,7 +69,7 @@ fw-shipped-y :=
 endif
 
 firmware-y    := $(fw-external-y) $(fw-shipped-y)
-firmware-dirs := $(sort $(patsubst %,$(objtree)/$(obj)/%/,$(dir $(firmware-y))))
+firmware-dirs := $(sort $(patsubst %,$(objtree)/$(obj)/%/,$(dir $(firmware-y) $(fw-shipped-))))
 
 quiet_cmd_mkdir = MKDIR   $(patsubst $(objtree)/%,%,$@)
       cmd_mkdir = mkdir -p $@


-- 
dwmw2

  parent reply	other threads:[~2008-06-29 20:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-26 15:08 linux-next: Tree for June 26 Stephen Rothwell
     [not found] ` <20080627010842.e1a0c4b5.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2008-06-26 23:38   ` Rafael J. Wysocki
     [not found]     ` <200806270138.53895.rjw-KKrjLPT3xs0@public.gmane.org>
2008-06-27  9:28       ` David Woodhouse
2008-06-27 10:51     ` David Woodhouse
2008-06-27 12:42       ` Kamalesh Babulal
2008-06-27 12:48         ` David Woodhouse
     [not found]       ` <1214563913.10393.180.camel-ZP4jZrcIevRpWr+L1FloEB2eb7JE58TQ@public.gmane.org>
2008-06-27 23:04         ` Rafael J. Wysocki
2008-06-28  9:54           ` Jaswinder Singh
2008-06-28 10:32             ` David Woodhouse
     [not found]               ` <1214649164.10393.265.camel-ZP4jZrcIevRpWr+L1FloEB2eb7JE58TQ@public.gmane.org>
2008-06-29  0:15                 ` Rafael J. Wysocki
2008-06-29  8:01                   ` David Woodhouse
2008-06-29 11:36                     ` Rafael J. Wysocki
     [not found]                       ` <200806291336.44603.rjw-KKrjLPT3xs0@public.gmane.org>
2008-06-29 20:49                         ` David Woodhouse [this message]
2008-06-28 14:51             ` Ingo Molnar
2008-06-28 10:09           ` David Woodhouse
  -- strict thread matches above, loose matches on Subject: below --
2009-06-26  5:46 Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1214772575.10393.306.camel@pmac.infradead.org \
    --to=dwmw2-wegcikhe2lqwvfeawa7xhq@public$(echo .)gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public$(echo .)gmane.org \
    --cc=jaswinder-wEGCiKHe2LqWVfeAwA7xHQ@public$(echo .)gmane.org \
    --cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=linux-next-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=macro-6z/3iImG2C8G8FEW9MqTrA@public$(echo .)gmane.org \
    --cc=mingo-X9Un+BFzKDI@public$(echo .)gmane.org \
    --cc=rjw-KKrjLPT3xs0@public$(echo .)gmane.org \
    --cc=sfr-3FnU+UHB4dNDw9hX6IcOSA@public$(echo .)gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox