genode/os/src/drivers/pci/x86/target.mk

9 lines
131 B
Makefile

TARGET = pci_drv
REQUIRES = x86
SRC_CC = main.cc
LIBS = base config
INC_DIR = $(PRG_DIR)/..
vpath main.cc $(PRG_DIR)/..