Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1495474
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: samples: blackfin: dead config options |
| Date | 2016-10-04 17:20 +0200 |
| Message-ID | <sozFE-4xt-13@gated-at.bofh.it> (permalink) |
| References | <sor5o-70H-15@gated-at.bofh.it> <sozcB-47o-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
samples: blackfin: dead config options Valentin Rothberg <valentinrothberg@gmail.com> - 2016-10-04 08:10 +0200
Re: samples: blackfin: dead config options Shuah Khan <shuahkh@osg.samsung.com> - 2016-10-04 16:50 +0200
Re: samples: blackfin: dead config options Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-10-04 17:20 +0200
csiph-web