phcoder wrote:
> Hello. I propose to create a symlink normal/cpu. This way normal.mod can
> be moved to conf/common.rmk. Works fine on i386-pc. Can people having
> other platforms test?

I do not like the fact that you hardcoded filenames what can be on
platform dependant parts.

I have also though this issue some times and I think the best option
would be:

## common.rmk ##

normal.mod: <common files> normal_arch.lib

## arch.rmk ##

normal_arch.lib: setjmp.S <or what ever is needed for the platform.>



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to