[Buildroot] LIBFOO_SITE in .mk file

Jeff Krasky jeff.krasky at dspcg.com
Wed Nov 30 19:31:45 UTC 2011


> $(eval $(call GENTARGETS))

This needed to be changed to $(eval $(call GENTARGETS,package,ethercat))

and then it built the modules!  Now there is /lib/modules/2.6.33/ethercat
with the correct kernel modules.

However, there is no longer

/etc/init.d/ethercat

executable file.  So in changing the EtherCAT.mk file now the "application"
part isn't getting built.  Do I need to put back this line:

$(eval $(call AUTOTARGETS,package,ethercat))

If not, what should I do?  It seems I can make application OR kernel module,
just not both.


Thanks again.




More information about the buildroot mailing list