From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: kbuild- sub directroy makefile
Date: Wed, 22 Apr 2015 18:06:00 +0200 [thread overview]
Message-ID: <20150422160600.GA942@kroah.com> (raw)
In-Reply-To: <CAGZFCEEOVyQsS7sGfU87_hGiowMbz70ZPRbyYr+s5rWFp=8hSQ@mail.gmail.com>
On Wed, Apr 22, 2015 at 09:11:36PM +0530, ratheesh kannoth wrote:
> ******************Start of Makfile***********
> ccflags += "-D DEXI"
> obj-m := hello.o
>
> ************End*****************
>
>
> Is there any way i can echo a string ...like "Hey i am building
> hello.o now " in this makefile ?
Nope, why do you want to do that? The kernel build will show you that
hello.o is being built, when it is built.
greg k-h
next prev parent reply other threads:[~2015-04-22 16:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-22 15:41 kbuild- sub directroy makefile ratheesh kannoth
2015-04-22 16:06 ` Greg KH [this message]
2015-04-22 16:12 ` ratheesh kannoth
2015-04-22 17:12 ` Greg KH
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=20150422160600.GA942@kroah.com \
--to=greg@kroah.com \
--cc=kernelnewbies@lists.kernelnewbies.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).