revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-pc / hpet / mmakefile.src
blobd5949c80de65efc4700fe234aa0676102b45b8f4
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := hpet_init
6 FUNCS := gethpetcount allochpetunit freehpetunit getunitattrsa
8 #MM- includes-generate : kernel-pc-hpet-includes
10 USER_CPPFLAGS += -DDEBUG=1
12 %build_module mmake=kernel-pc-hpet \
13   modname=hpet modtype=resource \
14   files="$(FILES) $(FUNCS)" uselibs=acpica
16 %common