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:
Stefan Kalkowski
2019-03-21 11:41:34 +01:00
committed by Norman Feske
parent 00953e39f4
commit 935abb55b7
34 changed files with 1 additions and 3 deletions

View File

@ -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)