diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-19 21:54:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-19 21:56:02 +0200 |
commit | 3a699403f1c6d979fc61f4bc14e5c1f740c8aab0 (patch) | |
tree | cfc3f9947f15ee4bbd44eaff09e8e9ffe0da004c /connectivity | |
parent | 2847c520c3449d60dcd3f8b525fba006bc1d9e01 (diff) |
No need to use -I$(SRCDIR)/include/shell
We always use -I$(SRCDIR)/include, and the #include statements use
<shell/*.h>.
Change-Id: I62d32b3a1bd0840f3a4bb149c5552c2aed98cb56
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_tdeab1.mk | 1 | ||||
-rw-r--r-- | connectivity/Library_tdeabdrv1.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/Library_tdeab1.mk b/connectivity/Library_tdeab1.mk index 8243280bf705..298ed4c2c285 100644 --- a/connectivity/Library_tdeab1.mk +++ b/connectivity/Library_tdeab1.mk @@ -18,7 +18,6 @@ $(eval $(call gb_Library_set_componentfile,tdeab1,connectivity/source/drivers/ka $(eval $(call gb_Library_set_include,tdeab1,\ -I$(SRCDIR)/connectivity/source/inc \ - -I$(SRCDIR)/include/shell \ $$(INCLUDE) \ )) diff --git a/connectivity/Library_tdeabdrv1.mk b/connectivity/Library_tdeabdrv1.mk index 1398d9f53ddb..8301e5f02b14 100644 --- a/connectivity/Library_tdeabdrv1.mk +++ b/connectivity/Library_tdeabdrv1.mk @@ -12,7 +12,6 @@ $(eval $(call gb_Library_Library,tdeabdrv1)) $(eval $(call gb_Library_set_include,tdeabdrv1,\ -I$(SRCDIR)/connectivity/source/inc \ - -I$(SRCDIR)/include/shell \ $$(INCLUDE) \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) |