Skip to content
Snippets Groups Projects
Unverified Commit be4730a5 authored by Michael Bestas's avatar Michael Bestas
Browse files

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
parent 2adf74c1
No related branches found
No related tags found
No related merge requests found
......@@ -243,10 +243,6 @@ ifneq ($(TARGET_KERNEL_CLANG_COMPILE),false)
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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment