Re: [PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled

2018-09-27 Thread Leonardo Bras
Dear Rolf,

On Thu, Sep 27, 2018 at 3:35 AM, Rolf Eike Beer  wrote:
> Am Donnerstag, 27. September 2018, 03:39:56 CEST schrieb Leonardo Brás:
>> Avoids building driver if 'make drivers/dio/' is called and
>> CONFIG_DIO is disabled.
>>
>> Signed-off-by: Leonardo Brás 
>> ---
>>  drivers/dio/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile
>> index ae92d17083f2..f5cffe232448 100644
>> --- a/drivers/dio/Makefile
>> +++ b/drivers/dio/Makefile
>> @@ -2,4 +2,4 @@
>>  # Makefile for the linux kernel.
>>  #
>>
>> -obj-y := dio.o dio-driver.o dio-sysfs.o
>> +obj-$(CONFIG_DIO) := dio.o dio-driver.o dio-sysfs.o
>> \ No newline at end of file
>   ^^
>
> One more.

Thanks, I will fix this for v3.


Re: [PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled

2018-09-27 Thread Leonardo Bras
Dear Rolf,

On Thu, Sep 27, 2018 at 3:35 AM, Rolf Eike Beer  wrote:
> Am Donnerstag, 27. September 2018, 03:39:56 CEST schrieb Leonardo Brás:
>> Avoids building driver if 'make drivers/dio/' is called and
>> CONFIG_DIO is disabled.
>>
>> Signed-off-by: Leonardo Brás 
>> ---
>>  drivers/dio/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile
>> index ae92d17083f2..f5cffe232448 100644
>> --- a/drivers/dio/Makefile
>> +++ b/drivers/dio/Makefile
>> @@ -2,4 +2,4 @@
>>  # Makefile for the linux kernel.
>>  #
>>
>> -obj-y := dio.o dio-driver.o dio-sysfs.o
>> +obj-$(CONFIG_DIO) := dio.o dio-driver.o dio-sysfs.o
>> \ No newline at end of file
>   ^^
>
> One more.

Thanks, I will fix this for v3.


Re: [PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled

2018-09-27 Thread Rolf Eike Beer
Am Donnerstag, 27. September 2018, 03:39:56 CEST schrieb Leonardo Brás:
> Avoids building driver if 'make drivers/dio/' is called and
> CONFIG_DIO is disabled.
> 
> Signed-off-by: Leonardo Brás 
> ---
>  drivers/dio/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile
> index ae92d17083f2..f5cffe232448 100644
> --- a/drivers/dio/Makefile
> +++ b/drivers/dio/Makefile
> @@ -2,4 +2,4 @@
>  # Makefile for the linux kernel.
>  #
> 
> -obj-y := dio.o dio-driver.o dio-sysfs.o
> +obj-$(CONFIG_DIO) := dio.o dio-driver.o dio-sysfs.o
> \ No newline at end of file
  ^^

One more.


signature.asc
Description: This is a digitally signed message part.


Re: [PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled

2018-09-27 Thread Rolf Eike Beer
Am Donnerstag, 27. September 2018, 03:39:56 CEST schrieb Leonardo Brás:
> Avoids building driver if 'make drivers/dio/' is called and
> CONFIG_DIO is disabled.
> 
> Signed-off-by: Leonardo Brás 
> ---
>  drivers/dio/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile
> index ae92d17083f2..f5cffe232448 100644
> --- a/drivers/dio/Makefile
> +++ b/drivers/dio/Makefile
> @@ -2,4 +2,4 @@
>  # Makefile for the linux kernel.
>  #
> 
> -obj-y := dio.o dio-driver.o dio-sysfs.o
> +obj-$(CONFIG_DIO) := dio.o dio-driver.o dio-sysfs.o
> \ No newline at end of file
  ^^

One more.


signature.asc
Description: This is a digitally signed message part.


[PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled

2018-09-26 Thread Leonardo Brás
Avoids building driver if 'make drivers/dio/' is called and
CONFIG_DIO is disabled.

Signed-off-by: Leonardo Brás 
---
 drivers/dio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile
index ae92d17083f2..f5cffe232448 100644
--- a/drivers/dio/Makefile
+++ b/drivers/dio/Makefile
@@ -2,4 +2,4 @@
 # Makefile for the linux kernel.
 #
 
-obj-y := dio.o dio-driver.o dio-sysfs.o
+obj-$(CONFIG_DIO) := dio.o dio-driver.o dio-sysfs.o
\ No newline at end of file
-- 
2.19.0



[PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled

2018-09-26 Thread Leonardo Brás
Avoids building driver if 'make drivers/dio/' is called and
CONFIG_DIO is disabled.

Signed-off-by: Leonardo Brás 
---
 drivers/dio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile
index ae92d17083f2..f5cffe232448 100644
--- a/drivers/dio/Makefile
+++ b/drivers/dio/Makefile
@@ -2,4 +2,4 @@
 # Makefile for the linux kernel.
 #
 
-obj-y := dio.o dio-driver.o dio-sysfs.o
+obj-$(CONFIG_DIO) := dio.o dio-driver.o dio-sysfs.o
\ No newline at end of file
-- 
2.19.0