Skip to content

Commit

Permalink
Merge pull request #16 from pan-apple/submodules
Browse files Browse the repository at this point in the history
CHIP wrappers for third_party libs

Merging based on 3 approvals from different member companies. Thanks!
  • Loading branch information
woody-apple authored Mar 9, 2020
2 parents 5346ce0 + f414878 commit ee72356
Show file tree
Hide file tree
Showing 11 changed files with 5,547 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ SUB_DIRS=src
.PHONY: all clean test

all test clean:
git submodule update --init
$(foreach dir,$(SUB_DIRS), $(MAKE) $@ -C $(dir))
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOPTARGETS := all clean run_tests

SUBDIRS = lwip system
SUBDIRS = lwip system lib/core lib/support

$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
Expand Down
Loading

0 comments on commit ee72356

Please sign in to comment.