[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] migrating suzaku to platform base
Hi list,
I've got one more question/wish/hope while migrating suzaku to
platform base hierarchy.
arch/microblaze/config.in now requires to include auto generated
config.in if you move to platform based. that is, in the future every
single platform need to put
ifdef [ "$CONFIG_MYPLATFORM" = "y" ]; then
source arch/microblaze/platform/myplatform/config.in
fi
in arch/microblaze/config.in.
we know we won't have 100 more platforms tomorrow, but we might have
them day tomorrow ;P
I've checked Documentation/kbuild/config-language.txt, but didn't find
better way to do it. if any of you konw a better way, please give us
some hint!
best,
--
yashi
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/