blob: fd7a14adc93f48c68c50d93d20bdd7efd7783a03 [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
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06008Upstream-Status: Inappropriate [embedded specific]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009
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