genode/repos/base-okl4/lib/mk/okl4_boot_info.mk

8 lines
242 B
Makefile
Raw Normal View History

SRC_C = bootinfo.c
LIBS += syscall-okl4
INC_DIR += $(REP_DIR)/src/include/bootinfo/internal
CC_WARN = -Wall -Wno-attributes
OKL4_DIR := $(call select_from_ports,okl4)/src/kernel/okl4
2011-12-22 15:19:25 +00:00
vpath bootinfo.c $(OKL4_DIR)/libs/bootinfo/src