repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Re-enabled use of AROS.Boot file due to lack of general enthusiasm for
[tangerine.git]
/
arch
/
all-linux
/
hidd
/
mmakefile.src
blob
02e6e3acace3da52a2ba970785e5b50884ca65e3
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := linux_init gfxclass bmclass kbdclass mouseclass inputtask
5
6
%build_module mmake=kernel-hidd-linux \
7
modname=linux modtype=hidd \
8
files=$(FILES) cflags="$(HOST_CFLAGS) -I$(GENINCDIR) -D__AROS__" \
9
compiler=host