mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
6 lines
143 B
Makefile
6 lines
143 B
Makefile
SRC_C = bootinfo.c
|
|
INC_DIR += $(REP_DIR)/src/base/bootinfo
|
|
CC_WARN = -Wall -Wno-attributes
|
|
|
|
vpath bootinfo.c $(OKL4_DIR)/libs/bootinfo/src
|