Initial commit

This commit is contained in:
2020-05-12 08:52:44 +02:00
commit 144a85b3be
11 changed files with 309 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# Makefile.target
#
Image.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
Image.a:
$(call build_target,$@)
.DEFAULT_GOAL := Image.a
TARGETS += Image.a