From: jic23@cam.ac.uk (Jonathan Cameron)
To: linux-arm-kernel@lists.infradead.org
Subject: make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'
Date: Sat, 18 Sep 2010 16:24:57 +0100 [thread overview]
Message-ID: <4C94D9C9.2060309@cam.ac.uk> (raw)
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
next reply other threads:[~2010-09-18 15:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-18 15:24 Jonathan Cameron [this message]
2010-09-19 10:34 ` make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds' Russell King - ARM Linux
2010-09-19 13:49 ` Jonathan Cameron
2010-09-19 15:19 ` Russell King - ARM Linux
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=4C94D9C9.2060309@cam.ac.uk \
--to=jic23@cam.ac.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).