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

7 lines
113 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
TARGET = ps2_drv
REQUIRES = x86 ps2
SRC_CC = main.cc
LIBS = base server config
2011-12-22 16:19:25 +01:00
INC_DIR = $(PRG_DIR)/..