Files
lk/lib/io/rules.mk
Travis Geiselbrecht 467c5bf191 [lib][console] add a global input queue that anyone can push into
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.
2016-02-15 14:05:10 -08:00

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