On (10/19/16 00:40), Sergey Senozhatsky wrote: > -obj-y = printk.o > -obj-$(CONFIG_PRINTK_NMI) += printk_safe.o > +obj-y = printk_safe.o printk.o [..]
d'oh... this breaks !PRINTK configs. will fix in v4. -ss
On (10/19/16 00:40), Sergey Senozhatsky wrote: > -obj-y = printk.o > -obj-$(CONFIG_PRINTK_NMI) += printk_safe.o > +obj-y = printk_safe.o printk.o [..]
d'oh... this breaks !PRINTK configs. will fix in v4. -ss