I am so sorry for my abrupt mail. I am newbie to open source communities.My study is to add a new encrypt module to PowerPC boards. But I think the ways to add HW device are same between ARM or PowerPC. So I found out some similar implementation like your commit. But the contents about configure confuse me. How to let make to know there is new files added to project?
Kaiyuan Liang In 2014-10-29,Peter Crosthwaite <[email protected]> wrote:-----Origin email----- From: Peter Crosthwaite <[email protected]> Sent Time: Wednesday, October 29, 2014 To: Kaiyuan <[email protected]> Subject: RE: How to modify configure for new added file Hi Kaiyuan, I suggest asking these questions on the qemu-devel mailing list, even if you do target them at a specific person. The best way to ask is: “Hi everyone…” But then if you have particular people in mind who you think can best answer your question you add them to the email to: or cc: . Some other information you may wish to include is what qemu target or targets you are running for? is this ARM? Regards, Peter From: Kaiyuan [mailto:[email protected]] Sent: Wednesday, October 29, 2014 3:04 PM To: Peter Crosthwaite Subject: How to modify configure for new added file Hello, Peter I am working on adding a new device to hw/misc/*. One problem I meet is how to modify relevant configure file to make my new file can be compiled into whole project. I check out other commit and see that you add new timer a9gtimer to hw/timer/* in commit c21c3b53e122a807ae4f5443b7f74f3850f21e37 . I diff your commit, but still don't understand how to do it. Could you give me some suggestions? Thanks, Kaiyuan Liang
