All of lore.kernel.org
 help / color / mirror / Atom feed
* make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'
@ 2010-09-18 15:24 Jonathan Cameron
  2010-09-19 10:34 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2010-09-18 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

when using the environment variable KCONFIG_CONFIG

This comes from:

arch/arm/boot/compressed/Makefile

$(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
	@sed "$(SEDFLAGS)" < $< > $@

My immediate feel is that changing that .config for $(KCONFIG_CONFIG)
ought to fix the problem. Is this right or am I missing something?

Jonathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'
  2010-09-18 15:24 make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds' Jonathan Cameron
@ 2010-09-19 10:34 ` Russell King - ARM Linux
  2010-09-19 13:49   ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2010-09-19 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Sep 18, 2010 at 04:24:57PM +0100, Jonathan Cameron wrote:
> when using the environment variable KCONFIG_CONFIG
> 
> This comes from:
> 
> arch/arm/boot/compressed/Makefile
> 
> $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
> 	@sed "$(SEDFLAGS)" < $< > $@
> 
> My immediate feel is that changing that .config for $(KCONFIG_CONFIG)
> ought to fix the problem. Is this right or am I missing something?

Does this work with relative pathnames, such as:

make ARCH=arm KCONFIG_CONFIG=my_config zImage

?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'
  2010-09-19 10:34 ` Russell King - ARM Linux
@ 2010-09-19 13:49   ` Jonathan Cameron
  2010-09-19 15:19     ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2010-09-19 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/19/10 11:34, Russell King - ARM Linux wrote:
> On Sat, Sep 18, 2010 at 04:24:57PM +0100, Jonathan Cameron wrote:
>> when using the environment variable KCONFIG_CONFIG
>>
>> This comes from:
>>
>> arch/arm/boot/compressed/Makefile
>>
>> $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
>> 	@sed "$(SEDFLAGS)" < $< > $@
>>
>> My immediate feel is that changing that .config for $(KCONFIG_CONFIG)
>> ought to fix the problem. Is this right or am I missing something?
> 
> Does this work with relative pathnames, such as:
> 
> make ARCH=arm KCONFIG_CONFIG=my_config zImage
> 
> ?
It seems to.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'
  2010-09-19 13:49   ` Jonathan Cameron
@ 2010-09-19 15:19     ` Russell King - ARM Linux
  0 siblings, 0 replies; 4+ messages in thread
From: Russell King - ARM Linux @ 2010-09-19 15:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 19, 2010 at 02:49:24PM +0100, Jonathan Cameron wrote:
> On 09/19/10 11:34, Russell King - ARM Linux wrote:
> > On Sat, Sep 18, 2010 at 04:24:57PM +0100, Jonathan Cameron wrote:
> >> when using the environment variable KCONFIG_CONFIG
> >>
> >> This comes from:
> >>
> >> arch/arm/boot/compressed/Makefile
> >>
> >> $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
> >> 	@sed "$(SEDFLAGS)" < $< > $@
> >>
> >> My immediate feel is that changing that .config for $(KCONFIG_CONFIG)
> >> ought to fix the problem. Is this right or am I missing something?
> > 
> > Does this work with relative pathnames, such as:
> > 
> > make ARCH=arm KCONFIG_CONFIG=my_config zImage
> > 
> > ?
> It seems to.

Ok, we'll go with your suggested solution - which I've committed.  Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-19 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-18 15:24 make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds' Jonathan Cameron
2010-09-19 10:34 ` Russell King - ARM Linux
2010-09-19 13:49   ` Jonathan Cameron
2010-09-19 15:19     ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.