Source code
Revision control
Copy as Markdown
Other Tools
# Any copyright is dedicated to the Public Domain.
@template
def Library(name):
"""Template for libraries."""
LIBRARY_NAME = name
Library("dummy")
SOURCES += ["test1.c", "test2.S"]
ASFLAGS += ["-no-integrated-as"]