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

10 lines
161 B
Makefile
Raw Normal View History

2013-03-23 13:37:57 +01:00
TARGET = acpi_drv
REQUIRES = x86
SRC_CC = main.cc acpi.cc
LIBS = base
INC_DIR = $(PRG_DIR)/..
vpath main.cc $(PRG_DIR)/..
vpath acpi.cc $(PRG_DIR)/..