Move a copy of the PLIC driver out of one of the platforms and make the setup of the interrupt controller a bit more dynamic.
8 lines
114 B
Makefile
8 lines
114 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_SRCS += $(LOCAL_DIR)/plic.c
|
|
|
|
include make/module.mk
|