Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
525995d77ca08dfc2ba6f8e606f93694271dbd66
525995d77ca08dfc2ba6f8e606f93694271dbd66
Switch branch/tag
linux
Documentation
blackfin
Makefile
Find file
Normal view
History
Permalink
Makefile
94 Bytes
Edit
Web IDE
Newer
Older
Blackfin: add an example showing how to use the gptimers API
Mike Frysinger
committed
15 years ago
1
2
3
4
5
6
obj-m
:=
gptimers-example.o
all
:
modules
modules clean
:
$(MAKE)
-C
../..
SUBDIRS
=
$(PWD)
$@