From 5223a2046067aa067c8cb1312219d62a7fa30ab9 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 15 Aug 2017 17:49:05 +0200 Subject: [PATCH] make SNC headers available --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 63a2325..fb9e1cd 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -889,6 +889,7 @@ ${INSTALL_BINS}: $(addprefix ../,$(filter-out /%,${BINS})) $(filter /%,${BINS}) CPPSNCFLAGS1 = $(filter -D%, ${OP_SYS_CFLAGS}) CPPSNCFLAGS1 += $(filter-out ${OP_SYS_INCLUDE_CPPFLAGS} ,${CPPFLAGS}) ${CPPSNCFLAGS} +CPPSNCFLAGS1 += -I $(dir $(SNC))../../include SNCFLAGS += -r %$(OBJ) %_snl.dbd: %.st