OP-TEE / optee_linuxdriver

Normal world linux driver **deprecated**
GNU General Public License v2.0
66 stars 73 forks source link

Adding module dependencies #48

Open peterfeifanchen opened 8 years ago

peterfeifanchen commented 8 years ago

I am trying to add another module which depends on optee_armtz. I was wondering how I can get that into the (module).mod.c __module_depends[] variable. I can't see how in the makefile set up current, how the build process knows that optee_armtz depends on core/. Thanks.