Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1495223 > unrolled thread
| Started by | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| First post | 2016-10-04 08:10 +0200 |
| Last post | 2016-10-04 17:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
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
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Date | 2016-10-04 08:10 +0200 |
| Subject | samples: blackfin: dead config options |
| Message-ID | <sor5o-70H-15@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2016-10-04 16:50 +0200 |
| Message-ID | <sozcB-47o-29@gated-at.bofh.it> |
| In reply to | #1495223 |
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
[toc] | [prev] | [next] | [standalone]
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Date | 2016-10-04 17:20 +0200 |
| Message-ID | <sozFE-4xt-13@gated-at.bofh.it> |
| In reply to | #1495457 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web