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

7 lines
113 B
Makefile

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