Re: linux-next: Tree for June 26

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Woodhouse
Date: Sunday, June 29, 2008 - 1:49 pm

On Sun, 2008-06-29 at 13:36 +0200, Rafael J. Wysocki wrote:

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for June 26, Stephen Rothwell, (Thu Jun 26, 8:08 am)
Re: linux-next: Tree for June 26, Rafael J. Wysocki, (Thu Jun 26, 4:38 pm)
Re: linux-next: Tree for June 26, David Woodhouse, (Fri Jun 27, 2:28 am)
Re: linux-next: Tree for June 26, David Woodhouse, (Fri Jun 27, 3:51 am)
Re: linux-next: Tree for June 26, Kamalesh Babulal, (Fri Jun 27, 5:42 am)
Re: linux-next: Tree for June 26, David Woodhouse, (Fri Jun 27, 5:48 am)
Re: linux-next: Tree for June 26, Rafael J. Wysocki, (Fri Jun 27, 4:04 pm)
Re: linux-next: Tree for June 26, Jaswinder Singh, (Sat Jun 28, 2:54 am)
Re: linux-next: Tree for June 26, David Woodhouse, (Sat Jun 28, 3:09 am)
Re: linux-next: Tree for June 26, David Woodhouse, (Sat Jun 28, 3:32 am)
Re: linux-next: Tree for June 26, Ingo Molnar, (Sat Jun 28, 7:51 am)
Re: linux-next: Tree for June 26, Rafael J. Wysocki, (Sat Jun 28, 5:15 pm)
Re: linux-next: Tree for June 26, David Woodhouse, (Sun Jun 29, 1:01 am)
Re: linux-next: Tree for June 26, Rafael J. Wysocki, (Sun Jun 29, 4:36 am)
Re: linux-next: Tree for June 26, David Woodhouse, (Sun Jun 29, 1:49 pm)