Pratik Patel | a06ae86 | 2014-11-03 11:07:35 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for CoreSight drivers. |
| 3 | # |
| 4 | obj-$(CONFIG_CORESIGHT) += coresight.o |
| 5 | obj-$(CONFIG_OF) += of_coresight.o |
Pratik Patel | bc4bf7f | 2014-11-03 11:07:36 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o |
Pratik Patel | dc161b9 | 2014-11-03 11:07:37 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o |
Pratik Patel | fdfc0d8 | 2014-11-03 11:07:38 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_CORESIGHT_SINK_ETBV10) += coresight-etb10.o |
Pratik Patel | ceacc1d | 2014-11-03 11:07:40 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_CORESIGHT_LINKS_AND_SINKS) += coresight-funnel.o \ |
| 10 | coresight-replicator.o |
Pratik Patel | a939fc5 | 2014-11-03 11:07:41 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_CORESIGHT_SOURCE_ETM3X) += coresight-etm3x.o coresight-etm-cp14.o |