6 lines
112 B
Makefile
6 lines
112 B
Makefile
|
#
|
||
|
# Makefile for CoreSight drivers.
|
||
|
#
|
||
|
obj-$(CONFIG_CORESIGHT) += coresight.o
|
||
|
obj-$(CONFIG_OF) += of_coresight.o
|