revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-unix / timer / mmakefile.src
blobcc8baaf1d4d9c7172962e2d225764b014c0fc134
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR) -I$(SRCDIR)/rom/timer \
6                  -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
7 USER_CPPFLAGS := -DHOST_OS_$(ARCH) -DHOST_OS_$(AROS_TARGET_VARIANT)
9 ifneq ("","$(strip $(WARN_ERROR))")
10 CONFIG_CFLAGS := $(subst $(WARN_ERROR),,$(CONFIG_CFLAGS))
11 endif
13 %build_archspecific \
14   mainmmake=kernel-timer maindir=rom/timer \
15   arch=unix modname=timer \
16   files="timer_init"
18 %common