genode/repos/os/src/drivers/input/ps2/pl050/target.mk

7 lines
115 B
Makefile

TARGET = ps2_drv
REQUIRES = pl050
SRC_CC = main.cc
LIBS = base server
INC_DIR += $(PRG_DIR) $(PRG_DIR)/..