From 34483197e531d490ec7500a8235a3548c105180c Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 9 Sep 2019 22:57:50 +0200 Subject: [PATCH] NuttX: remove kernel module debug output. Signed-off-by: Pavel Pisa --- snippets/nuttx-kernel.omk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/snippets/nuttx-kernel.omk b/snippets/nuttx-kernel.omk index 503c2da..6f6f213 100644 --- a/snippets/nuttx-kernel.omk +++ b/snippets/nuttx-kernel.omk @@ -50,14 +50,6 @@ $(1)_OBJS := $$(sort $$($(1)_OBJS)) KERN_OBJS += $$($(1)_OBJS) KERN_SOURCES += $$($(1)_SOURCES) -# this is hack to build "__this_module" structure for 2.6.x kernels -# modpost is used for that purpose now - -$$(warning $(1)_OBJS=$$($(1)_OBJS)) - -#$(eval $(call COMPILE_c_o_kern_template,$(1).mod.c,$(1).mod.o,-DKBUILD_MODNAME=$(1))) - -$$(warning $(2)/$(1)$(KERN_LINK_SUFFIX): $$($(1)_OBJS)) $(2)/$(1)$(KERN_LINK_SUFFIX): $$($(1)_OBJS) @$(QUIET_CMD_ECHO) " LD [K] $$@" $(Q) $(LINK) \ -- 2.39.2