Bo, On Freitag, 18. Dezember 2009, Bo Hansen wrote: > I made a platforms/Kconfig with the following content: > source "platforms/Kconfig" > source "platforms/carddetect.in" > > If I don't include my carddetect for u-boot I get the usual > platformconfig menu but having the extra line gives the following error: > /home/build/ptxcpu777/platforms/Kconfig:3: can't open file > "platforms/carddetect.in" > ptxdist: 'platform menuconfig' returned with an error > > I checked the carddetect.in is placed in the local platforms directory. > It neither works writing only "carddetect.in". Is there a special > prefix to make it find the local ".in"-files?
Try with the prefix "workspace", e.g. source "platforms/Kconfig" source "workspace/platforms/carddetect.in" Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
