Indentation fix, cleanup.
[AROS.git] / arch / all-unix / devs / hostdisk / mmakefile.src
blob6c3bf93b971ed5b201870ebb164b290804023d58
1 include $(SRCDIR)/config/aros.cfg
3 #MM- workbench-unix : workbench-devs-hostdisk
5 USER_CFLAGS := -DAROS_ARCHITECTURE="\"$(AROS_TARGET_PLATFORM)\"" \
6                -DHOST_OS_$(ARCH) -DHOST_OS_$(AROS_TARGET_VARIANT)               \
7                -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 maindir=arch/all-hosted/devs/hostdisk \
15     arch=unix files="hostdisk_host geometry"
17 %common