From 15bbfe94cd3876c371e1a086fab59d16cc16a069 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 1 Oct 2018 13:47:05 +0100 Subject: [PATCH] multicomp09: temporary blank platform_copyright --- Kernel/platform-multicomp09/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-multicomp09/config.h b/Kernel/platform-multicomp09/config.h index 5af78f97..0667cd36 100644 --- a/Kernel/platform-multicomp09/config.h +++ b/Kernel/platform-multicomp09/config.h @@ -85,3 +85,5 @@ #define CONFIG_SD /* enable if SD interface present */ #define SD_DRIVE_COUNT 1 /* 1 drive */ + +#define platform_copyright() /* For now */ -- 2.34.1