prism2.device: Compiler delint
[AROS.git] / arch / all-hosted / hostlib / mmakefile.src
blobd7021bbd1663548c2f0af02e9694225c8bf02625
1 include $(TOP)/config/make.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)"
14 %common