mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
5f63adbb4c
The $obj-m/$obj-y vars should be adding new modules to build, not overriding it. So, it should never use $obj-y := foo.o instead, it should use: $obj-y += foo.o Failing to do that is very bad, as it will suppress needed modules. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |
||
---|---|---|
.. | ||
jpeg-core.c | ||
jpeg-core.h | ||
jpeg-hw.h | ||
jpeg-regs.h | ||
Makefile |