1 include $(SRCDIR)/config/aros.cfg
3 USER_CFLAGS := -DHOST_OS_$(ARCH) -I$(SRCDIR)/arch/all-$(ARCH)/kernel
5 USER_CFLAGS += -I$(SRCDIR)/arch/all-$(FAMILY)/kernel
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