genode/os/src/drivers/uart/i8250/target.mk

7 lines
114 B
Makefile

TARGET = uart_drv
REQUIRES = x86
SRC_CC = main.cc
LIBS = base config
INC_DIR += $(PRG_DIR) $(PRG_DIR)/..