]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/linux
kernel: Add a basic configuration for riscv64
[people/pmueller/ipfire-2.x.git] / lfs / linux
index 1fca83156382f2a98283111ec9fd2ceee03c8a18..fae9715ecf75865c3b763065a836047de46d6c08 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -49,6 +49,11 @@ ifeq "$(BUILD_ARCH)" "armv6l"
        KERNEL_TARGET = zImage
 endif
 
+ifeq "$(BUILD_ARCH)" "riscv64"
+       KERNEL_ARCH   = riscv
+       KERNEL_TARGET = Image.gz
+endif
+
 VERSUFIX=ipfire$(KCFG)
 
 ifeq "$(TOOLCHAIN)" "1"