> On Wednesday 14 February 2018 08:24 PM, Winkler, Tomas wrote: > >> Signed-off-by: Ramalingam C <ramalingam.c@xxxxxxxxx> > >> --- > >> drivers/misc/mei/Kconfig | 6 ++++++ > >> drivers/misc/mei/Makefile | 2 ++ > >> 2 files changed, 8 insertions(+) > >> > >> diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig > >> index > >> c49e1d2269af..90977132d1e2 100644 > >> --- a/drivers/misc/mei/Kconfig > >> +++ b/drivers/misc/mei/Kconfig > >> @@ -43,3 +43,9 @@ config INTEL_MEI_TXE > >> > >> Supported SoCs: > >> Intel Bay Trail > >> + > >> +config INTEL_MEI_HDCP > >> + tristate "Intel HDCP2.2 services of ME Interface" > >> + depends on INTEL_MEI && DRM_I915 > >> + help > >> + MEI Support for HDCP2.2 Services on Intel SoCs. > >> diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile > >> index cd6825afa8e1..ee19754c1aec 100644 > >> --- a/drivers/misc/mei/Makefile > >> +++ b/drivers/misc/mei/Makefile > >> @@ -23,3 +23,5 @@ mei-txe-objs += hw-txe.o > >> > >> mei-$(CONFIG_EVENT_TRACING) += mei-trace.o CFLAGS_mei-trace.o = - > >> I$(src) > >> + > >> +obj-$(CONFIG_INTEL_MEI_HDCP) += mei_hdcp.o > > Should go to the separate directory. > Instead of dedicated makefile for a single file, can I do something like > > +obj-$(CONFIG_INTEL_MEI_HDCP) += hdcp/mei_hdcp.o > Both will work, but it should be a new Makefile as we need that separation. Thanks Tomas _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx