* [U-Boot-Users] make entry for creating new folder in standalone board
@ 2007-09-28 6:21 nivas
2007-09-28 6:42 ` Markus Klotzbücher
0 siblings, 1 reply; 3+ messages in thread
From: nivas @ 2007-09-28 6:21 UTC (permalink / raw)
To: u-boot
Hi All,
lam using u-boot-1.1.6 source(cpu-arm926ejs board-mcs8140(our standalone
board).
I want to create a new folder under my board(mcs8140) for some validation
code.
how to make entry for new folder and how to create a makefile in new folder?
Please give me a solution for above problem.
Srinivas Rao.Ch
--
View this message in context: http://www.nabble.com/make-entry-for-creating-new-folder-in-standalone-board-tf4532676.html#a12935262
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] make entry for creating new folder in standalone board
2007-09-28 6:21 [U-Boot-Users] make entry for creating new folder in standalone board nivas
@ 2007-09-28 6:42 ` Markus Klotzbücher
2007-09-28 6:52 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Markus Klotzbücher @ 2007-09-28 6:42 UTC (permalink / raw)
To: u-boot
Dear Nivas,
nivas <srinivas.chilaka@moschip.com> writes:
> lam using u-boot-1.1.6 source(cpu-arm926ejs board-mcs8140(our standalone
> board).
This version is old, first of all you should get the most current top of
tree U-Boot to do your porting.
> I want to create a new folder under my board(mcs8140) for some validation
> code.
> how to make entry for new folder and how to create a makefile in new folder?
> Please give me a solution for above problem.
Sure, mkdir is an excellent choice for creating directories. cp comes in
handy for copying an existing Makefile from a different directory to
your new one. Then adapt it for your need.
Best regards
Markus Klotzbuecher
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] make entry for creating new folder in standalone board
2007-09-28 6:42 ` Markus Klotzbücher
@ 2007-09-28 6:52 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2007-09-28 6:52 UTC (permalink / raw)
To: u-boot
In message <87sl4z8f4o.fsf@denx.de> Markus Klotzb?cher wrote:
> > I want to create a new folder under my board(mcs8140) for some validation
> > code.
> > how to make entry for new folder and how to create a makefile in new folder?
> > Please give me a solution for above problem.
>
> Sure, mkdir is an excellent choice for creating directories. cp comes in
> handy for copying an existing Makefile from a different directory to
> your new one. Then adapt it for your need.
Just to mentiot it explicitely: editors like vi, vim, emacs, joe, ed,
ex, etc. are great tools to create and modify files.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The whole world is about three drinks behind." - Humphrey Bogart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-28 6:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 6:21 [U-Boot-Users] make entry for creating new folder in standalone board nivas
2007-09-28 6:42 ` Markus Klotzbücher
2007-09-28 6:52 ` Wolfgang Denk
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.