repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Lazy fix for gamepad buttons showing funny numbers
[AROS.git]
/
arch
/
m68k-amiga
/
potgo
/
mmakefile.src
blob
2072bce6686b327f76021a7f034edf3c44df561e
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
#MM kernel-potgo : includes kernel-potgo-$(ARCH)-$(CPU)
6
7
FUNCTIONS := allocpotbits freepotbits writepotgo
8
9
%build_module mmake=kernel-potgo \
10
modname=potgo modtype=resource \
11
files="$(FUNCTIONS)"
12
13
%common