forked from Mirrors/opensbi
platform: Remove redundant config.mk from all platforms
The options defined in config.mk can be specified in objects.mk of each platform so let us remove config.mk from all platforms. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Tested-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Atish Patra <atishp@rivosinc.com> Tested-by: Atish Patra <atishp@rivosinc.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
/*
|
||||
* Include these files as needed.
|
||||
* See config.mk PLATFORM_xxx configuration parameters.
|
||||
* See objects.mk PLATFORM_xxx configuration parameters.
|
||||
*/
|
||||
#include <sbi_utils/ipi/aclint_mswi.h>
|
||||
#include <sbi_utils/irqchip/plic.h>
|
||||
|
Reference in New Issue
Block a user