commit | df351f1efeb386481c1f61aa94cbe8a3a7c0c1d0 | [log] [tgz] |
---|---|---|
author | Murali Karicheri <m-karicheri2@ti.com> | Thu Jan 29 13:23:51 2015 -0800 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Thu Jan 29 13:23:51 2015 -0800 |
tree | 47997c7ddbb1852dfb4605f9fadaee74a44eae2e | |
parent | 97f39af4b315d7c65504c8e033e3cf8527dd65cb [diff] |
soc: ti: knav_qmss_queue: makefile tweak to build as dynamic module Currently configuring qmss and dma as dynamic module creates three .ko files. knav_qmss_acc.ko and knav_qmss_queue.ko both can't be insmod because of circular dependency. So combine these two into one module by changing the makefile. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>