less debug
[AROS.git] / arch / all-hosted / hostlib / mmakefile.src
blobdff52676203303cc5ccbfc478e1f10f3dc7e952c
1 include $(SRCDIR)/config/aros.cfg
3 USER_CFLAGS := -DHOST_OS_$(ARCH) -I$(SRCDIR)/arch/all-$(ARCH)/kernel
4 ifneq ($(FAMILY),)
5     USER_CFLAGS += -I$(SRCDIR)/arch/all-$(FAMILY)/kernel
6 endif
8 FUNCS := open close getpointer freeerrorstr getinterface dropinterface lock unlock
10 %build_module mmake=kernel-hostlib \
11     modname=hostlib modtype=resource version=$(AROS_TARGET_PLATFORM) \
12     files="hostlib_init $(FUNCS)" archspecific=yes
14 %common