genode/os/src/drivers/atapi/target.mk
Stefan Kalkowski 6a076ff621 block: use new server framework in block drivers
As a side effect, the entrypoints in the USB driver are merged into one thread.

Fixes #1027
2014-01-27 18:53:52 +01:00

10 lines
232 B
Makefile

TARGET = atapi_drv
REQUIRES = x86
SRC_CC = main.cc ata_device.cc atapi_device.cc io.cc ata_bus_master.cc
SRC_C = mindrvr.c
LIBS = base config server
INC_DIR += $(PRG_DIR)/contrib $(PRG_DIR)
vpath %.c $(PRG_DIR)/contrib