[U-Boot-Users] make entry for creating new folder in standalone board

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

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@denx.de

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
participants (3)
-
Markus Klotzbücher
-
nivas
-
Wolfgang Denk