os: move private declarations to driver target

Ref #2403
This commit is contained in:
Stefan Kalkowski 2017-05-02 10:59:49 +02:00 committed by Christian Helmuth
parent eaeb77a867
commit 9b350e7706
3 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ TARGET = fb_drv
REQUIRES = pl11x pbxa9
SRC_CC = main.cc
LIBS = base
INC_DIR += $(PRG_DIR)/..
INC_DIR += $(PRG_DIR)
vpath %.cc $(PRG_DIR)/..