All of lore.kernel.org
 help / color / mirror / Atom feed
* samples: blackfin: dead config options
@ 2016-10-04  5:59 Valentin Rothberg
  2016-10-04 14:45 ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Rothberg @ 2016-10-04  5:59 UTC (permalink / raw)
  To: shuahkh, LKML

Hi Shua,

your commit c6d2995da540 ("samples: move blackfin gptimers-example
from Documentation") has popped up in today's linux-next.
scripts/checkkconfigsymbols.py complained about two issues.

The refactoring from build rules to Kconfig preserved the 'CONFIG_'
prefix (i.e., depends on CONFIG_BLACKFIN && CONFIG_BFIN_GPTIMERS...),
rendering SAMPLE_BLACKFIN_GPTIMERS to be dead.

The patch also removes the option BUILD_DOCSRC, which has one leftover
dependency in  drivers/media/v4l2-core/Kconfig (VIDEO_PCI_SKELETON).

Are there patches queued somewhere to address the upper issues?

Best regards,
 Valentin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: samples: blackfin: dead config options
  2016-10-04  5:59 samples: blackfin: dead config options Valentin Rothberg
@ 2016-10-04 14:45 ` Shuah Khan
  2016-10-04 15:17   ` Paul Gortmaker
  0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2016-10-04 14:45 UTC (permalink / raw)
  To: Valentin Rothberg, LKML; +Cc: Shuah Khan

On 10/03/2016 11:59 PM, Valentin Rothberg wrote:
> Hi Shua,
> 
> your commit c6d2995da540 ("samples: move blackfin gptimers-example
> from Documentation") has popped up in today's linux-next.
> scripts/checkkconfigsymbols.py complained about two issues.
> 
> The refactoring from build rules to Kconfig preserved the 'CONFIG_'
> prefix (i.e., depends on CONFIG_BLACKFIN && CONFIG_BFIN_GPTIMERS...),
> rendering SAMPLE_BLACKFIN_GPTIMERS to be dead.
> 
> The patch also removes the option BUILD_DOCSRC, which has one leftover
> dependency in  drivers/media/v4l2-core/Kconfig (VIDEO_PCI_SKELETON).
> 
> Are there patches queued somewhere to address the upper issues?
> 
> Best regards,
>  Valentin
> 

Hi Valentin,

I am looking at these problems and I don't have fixes yet. I will get
the fixes soon or pull it out of linux-next in a day r two.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: samples: blackfin: dead config options
  2016-10-04 14:45 ` Shuah Khan
@ 2016-10-04 15:17   ` Paul Gortmaker
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Gortmaker @ 2016-10-04 15:17 UTC (permalink / raw)
  To: Shuah Khan; +Cc: Valentin Rothberg, LKML

On Tue, Oct 4, 2016 at 10:45 AM, Shuah Khan <shuahkh@osg.samsung.com> wrote:
> On 10/03/2016 11:59 PM, Valentin Rothberg wrote:
>> Hi Shua,
>>
>> your commit c6d2995da540 ("samples: move blackfin gptimers-example
>> from Documentation") has popped up in today's linux-next.
>> scripts/checkkconfigsymbols.py complained about two issues.
>>
>> The refactoring from build rules to Kconfig preserved the 'CONFIG_'
>> prefix (i.e., depends on CONFIG_BLACKFIN && CONFIG_BFIN_GPTIMERS...),
>> rendering SAMPLE_BLACKFIN_GPTIMERS to be dead.
>>
>> The patch also removes the option BUILD_DOCSRC, which has one leftover
>> dependency in  drivers/media/v4l2-core/Kconfig (VIDEO_PCI_SKELETON).
>>
>> Are there patches queued somewhere to address the upper issues?
>>
>> Best regards,
>>  Valentin
>>
>
> Hi Valentin,
>
> I am looking at these problems and I don't have fixes yet. I will get
> the fixes soon or pull it out of linux-next in a day r two.

In addition to what Valentin reports, it also breaks "distclean".

$ make distclean
scripts/Makefile.clean:14: Documentation/Makefile: No such file or directory
make[1]: *** No rule to make target 'Documentation/Makefile'.  Stop.
Makefile:1278: recipe for target '_clean_Documentation' failed
make: *** [_clean_Documentation] Error 2

Paul.
--

>
> thanks,
> -- Shuah

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-04 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04  5:59 samples: blackfin: dead config options Valentin Rothberg
2016-10-04 14:45 ` Shuah Khan
2016-10-04 15:17   ` Paul Gortmaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.