clean up some makefile issues. (NicJA)
[AROS.git] / arch / all-unix / devs / hostdisk / mmakefile.src
blobe57e16b6880a3b6b0359537b74748be58e6fa939
1 include $(SRCDIR)/config/aros.cfg
3 #MM- workbench-unix : workbench-devs-hostdisk
5 USER_CPPFLAGS := -DAROS_ARCHITECTURE="\"$(AROS_TARGET_PLATFORM)\"" \
6                -DHOST_OS_$(ARCH) -DHOST_OS_$(AROS_TARGET_VARIANT)
7 USER_INCLUDES := -I$(SRCDIR)/arch/all-hosted/devs/hostdisk -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
9 ## The '-Wno-attributes' is here due to a gcc 4.5.x bug
10 ## where its strcmp() builtin generates a number of spurious
11 ## complaints with -O1 or higher optimizations enabled.
12 USER_CFLAGS += -Wno-attributes
14 %build_archspecific mainmmake=workbench-devs-hostdisk modname=hostdisk maindir=arch/all-hosted/devs/hostdisk \
15     arch=unix files="hostdisk_host geometry"
17 %common