genode/tool/builddir/build.conf/run_boot_dir

9 lines
117 B
Plaintext
Raw Normal View History

ifdef BOARD
RUN_OPT += ${BOARD_RUN_OPT(${BOARD})}
endif
ifdef KERNEL
RUN_OPT += --include boot_dir/$(KERNEL)
endif