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
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
ppc-sam440
/
serial.hidd
/
mmakefile.src
blob
0af9b82f3f9027edc28a1af1049a3bf1b264820a
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := serial_init SerialClass SerialUnitClass
6
7
%build_module mmake=kernel-sam440-ppc-serial \
8
modname=serial modtype=hidd \
9
files=$(FILES) \
10
uselibs="hiddstubs"
11