kernel: Remove TARGET_KERNEL_MODULES error

This has been an error for 3 years now, plus it has not been functional
for even more years.

Change-Id: I8b12e8d08847ba119d2904f90766105367025d9c
diff --git a/build/tasks/kernel.mk b/build/tasks/kernel.mk
index 8227c72..86544ca 100644
--- a/build/tasks/kernel.mk
+++ b/build/tasks/kernel.mk
@@ -243,10 +243,6 @@
     endif
 endif
 
-ifneq ($(TARGET_KERNEL_MODULES),)
-    $(error TARGET_KERNEL_MODULES is no longer supported!)
-endif
-
 ifeq ($(TARGET_KERNEL_LLVM_BINUTILS), false)
     # 5.10+ can fully compile without gcc
     ifeq (,$(filter 5.10, $(TARGET_KERNEL_VERSION)))