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

7 lines
106 B
Makefile

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