Skip to content

Commit

Permalink
kernel.mk: Remove now unecessary SUPPORTED_KERNEL_VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jun 4, 2024
1 parent 90dc7e8 commit 677028b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mk/spksrc.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ AVAILABLE_TCVERSIONS = $(sort $(foreach arch,$(AVAILABLE_TOOLCHAINS),$(shell ech
# Available toolchains formatted as '{ARCH}-{TC}'
AVAILABLE_KERNEL = $(subst syno-,,$(sort $(notdir $(wildcard $(BASEDIR)kernel/syno-*))))
AVAILABLE_KERNEL_VERSIONS = $(sort $(foreach arch,$(AVAILABLE_KERNEL),$(shell echo ${arch} | cut -f2 -d'-')))
SUPPORTED_KERNEL_VERSIONS = 6.2.4 7.1 7.2

# Global arch definitions
include $(BASEDIR)mk/spksrc.archs.mk
Expand Down
1 change: 0 additions & 1 deletion mk/spksrc.test-rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ test-all: test-ffmpeg
test-info:
@echo SUPPORTED_ARCHS: $(SUPPORTED_ARCHS)
@echo LATEST_ARCHS: $(LATEST_ARCHS)
@echo SUPPORTED_KERNEL_VERSIONS: $(SUPPORTED_KERNEL_VERSIONS)

# Testing against toolchain and simple build use-cases
# Process 'clean' on toolchains at the end as otherwise rebuilt
Expand Down

0 comments on commit 677028b

Please sign in to comment.