Indentation fix, cleanup.
[AROS.git] / arch / all-pc / hpet / mmakefile.src
blob895bcdb4f87cd4532f73b7d94245404f923ffcc0
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_CFLAGS += -DDEBUG=1
12 %build_module mmake=kernel-pc-hpet \
13   modname=hpet modtype=resource \
14   files="$(FILES) $(FUNCS)" uselibs=acpica
16 %common