The initial port is really a Sifive E platform. Call it what it is and make space for bringing up the Sifive U and virt qemu target.
12 lines
167 B
Makefile
12 lines
167 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
GLOBAL_INCLUDES += $(LOCAL_DIR)/include
|
|
|
|
PLATFORM := sifive
|
|
VARIANT := sifive_e
|
|
|
|
MEMSIZE ?= 0x4000 # 16KB
|
|
|
|
#include make/module.mk
|
|
|