mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +00:00
hw: move src/lib/hw
header to src/include/hw
* Remove bad style of using `src/lib` as include path Fix #3244
This commit is contained in:
committed by
Norman Feske
parent
00953e39f4
commit
935abb55b7
@ -6,7 +6,7 @@
|
||||
|
||||
TARGET = test-cpu_scheduler
|
||||
SRC_CC = test.cc cpu_scheduler.cc double_list.cc
|
||||
INC_DIR = $(REP_DIR)/src/core $(REP_DIR)/src/lib $(BASE_DIR)/src/include
|
||||
INC_DIR += $(REP_DIR)/src/core $(REP_DIR)/src/include $(BASE_DIR)/src/include
|
||||
LIBS = base
|
||||
|
||||
vpath test.cc $(PRG_DIR)
|
||||
|
Reference in New Issue
Block a user