Skip to content

Commit ccc4761

Browse files
authored
Merge pull request #226 from sagar-apple/fix_EFR32_build
Fix EFR32 DeviceLayer build
2 parents 2135927 + 5087b1b commit ccc4761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/support/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ lib_LIBRARIES = libSupportLayer.a
3333
libSupportLayer_a_CPPFLAGS = \
3434
-I$(top_srcdir)/src \
3535
-I$(top_srcdir)/src/lib \
36+
-I$(top_srcdir)/src/include \
3637
$(NULL)
3738

3839
libSupportLayer_a_SOURCES = $(CHIP_BUILD_SUPPORT_LAYER_SOURCE_FILES)

0 commit comments

Comments
 (0)