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

7 lines
116 B
Makefile

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