Hi Keith, all... in arch/i386/Makefile.defs.config why do you use code like
ifneq ($(subst n,,$(CONFIG_M386)),)
CFLAGS += -march=i386
endif
rather than
ifeq($(CONFIG_M386),y)
CFLAGS += -march=i386
endif
?
I fail to see in what way the ifeq break any cml{1,2} rule ...
thanks,
ghoz
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel
