Changes the console from a pull to a push model from platform into the queue, which may break the model of some of the drivers. At the moment make it optional.
13 lines
175 B
Makefile
13 lines
175 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_DEPS := \
|
|
lib/cbuf
|
|
|
|
MODULE_SRCS += \
|
|
$(LOCAL_DIR)/console.c \
|
|
$(LOCAL_DIR)/io.c \
|
|
|
|
include make/module.mk
|