blob: b7ab7d97c8ca51eec6251abf25e7fef73a7c3ffe [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2Subject: vlan: do not include ${HOME}/linux/include dir
3
4~/linux/include dir may exist and so will be added to include path
5in front of sanitized kernel headers in OE chroot. Drop this include
6option.
7
8Upstream-Status: not-applicable
9
10Index: vlan/MakeInclude
11===================================================================
12--- vlan.orig/MakeInclude
13+++ vlan/MakeInclude
14@@ -16,7 +16,7 @@ ifeq "${PLATFORM}" ""
15 endif
16
17 ## You may need to change this linux/include part.
18-CCFLAGS = -g -D_GNU_SOURCE -Wall -I${HOME}/linux/include
19+CCFLAGS = -g -D_GNU_SOURCE -Wall
20 LDLIBS = # -lm #-lnsl # -lsocket
21
22 ARM_TC_BIN = ${HOME}/Intrinsyc/bin