Initial commit

This commit is contained in:
2020-02-06 08:49:30 +01:00
commit bd4a20b643
18 changed files with 332 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# Makefile.target
#
Network.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
Network.a:
$(call build_target,$@)
.DEFAULT_GOAL := Network.a
TARGETS += Network.a