Skip to content

Commit

Permalink
Merge pull request #26 from pan-apple/packet_buffer
Browse files Browse the repository at this point in the history
Import SystemPacketBuffer to CHIP project

Merging based on 3 approvals, thank you!
  • Loading branch information
woody-apple authored Mar 10, 2020
2 parents b11e0ec + 4686e4e commit 03ccb20
Show file tree
Hide file tree
Showing 2 changed files with 683 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ include $(TOP_DIR)/.yams/cpp_rules.min

Module_Includes = \
-I. \
-I$(TOP_DIR)/src \
-I$(TOP_DIR)/src/include \
-I$(TOP_DIR)/src/lib/ \
-I$(TOP_DIR)/build/config/standalone/ \
Expand All @@ -27,6 +28,7 @@ CPP_Files = \
SystemTimer.cpp \
SystemLayer.cpp \
SystemFaultInjection.cpp \
SystemPacketBuffer.cpp

libSystemLayer.a: $(CPP_Objects)
ar rvs $@ $^
Expand Down
Loading

0 comments on commit 03ccb20

Please sign in to comment.