diff options
Diffstat (limited to 'drivers/coresight/Makefile')
-rw-r--r-- | drivers/coresight/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/coresight/Makefile b/drivers/coresight/Makefile new file mode 100644 index 00000000000..218e3b589f9 --- /dev/null +++ b/drivers/coresight/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for CoreSight drivers. +# +obj-$(CONFIG_CORESIGHT) += coresight.o +obj-$(CONFIG_OF) += of_coresight.o |