79558101

Date: 2025-04-06 10:58:27
Score: 1.5
Natty:
Report link

The Makefile in kernel source or header dir will use $(MODULE_NAME)-objs. It must contain all needed object files to compile.

# set objs to compile
$(MODULE_NAME)-objs:=$(OBJS)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bernd Benner