Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Martin / daiteq-examples

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • daiteq-examples
  • hello
  • Makefile
  • Roman's avatar
    Add hello example · 00a42b47
    Signed-off-by: Roman Bartosinski <roman@daiteq.com>
    Roman committed Sep 01, 2020
    00a42b47 Browse Files
Makefile 176 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
# Makefile for hello project

# required libraries in correct order
LIBS=ins bsp m softfloat ins

# C sources
SOURCES=hello.c

# all common rules
include $(TOP)/Makefile.rules