revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-hosted / hostlib / mmakefile.src
blobd8329345bbd6efae13af49295b4568c5447cbfdf
1 include $(SRCDIR)/config/aros.cfg
3 USER_CPPFLAGS := -DHOST_OS_$(ARCH)
4 USER_INCLUDES := -I$(SRCDIR)/arch/all-$(ARCH)/kernel
5 ifneq ($(FAMILY),)
6     USER_INCLUDES += -I$(SRCDIR)/arch/all-$(FAMILY)/kernel
7 endif
9 FUNCS := open close getpointer freeerrorstr getinterface dropinterface lock unlock
11 %build_module mmake=kernel-hostlib \
12     modname=hostlib modtype=resource version=$(AROS_TARGET_PLATFORM) \
13     files="hostlib_init $(FUNCS)" archspecific=yes
15 %common