genode/base-foc/src/core/x86/target.mk

12 lines
282 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
include $(PRG_DIR)/../target.inc
REQUIRES += x86
SRC_CC += io_port_session_component.cc \
x86/platform_x86.cc
INC_DIR += $(REP_DIR)/src/core/include/x86
2011-12-22 16:19:25 +01:00
vpath io_port_session_component.cc $(GEN_CORE_DIR)/x86
vpath platform_services.cc $(GEN_CORE_DIR)/x86