On 02/13/2017 01:03 PM, Harald Freudenberger wrote:
> On 02/09/2017 03:48 PM, Paul Gortmaker wrote:
>> The Makefile in drivers/s390 has:
>>
>> obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
>>
>> ..and the Makefile in crypto/ has:
>>
>> ap-objs := ap_bus.o ap_card.o ap_queue.o
>>
>
[Re: [PATCH] s390: crypto make ap_bus explicitly non-modular] On 13/02/2017
(Mon 13:03) Harald Freudenberger wrote:
> On 02/09/2017 03:48 PM, Paul Gortmaker wrote:
> > The Makefile in drivers/s390 has:
> >
> > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
>
On 02/09/2017 03:48 PM, Paul Gortmaker wrote:
> The Makefile in drivers/s390 has:
>
> obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
>
> ..and the Makefile in crypto/ has:
>
> ap-objs := ap_bus.o ap_card.o ap_queue.o
>
> ...meaning that it currently is not being built as a module
The Makefile in drivers/s390 has:
obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
..and the Makefile in crypto/ has:
ap-objs := ap_bus.o ap_card.o ap_queue.o
...meaning that it currently is not being built as a module by anyone.
Lets remove the modular code that is essent
4 matches
Mail list logo