From 7256ce0a316f532650c8a0e1b27a8512d4474c00 Mon Sep 17 00:00:00 2001 From: KaiGai Kohei Date: Wed, 15 Nov 2006 07:16:13 -0600 Subject: Patch from KaiGai Kohei to enable building without xattr support Signed-off-by: Josh Boyer --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 683ddbf..9451daa 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ else BUILDDIR := $(CROSS:-=) endif +ifeq ($(WITHOUT_XATTR), 1) + CFLAGS += -DWITHOUT_XATTR +endif + RAWTARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \ mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \ flash_otp_info flash_otp_dump mtd_debug flashcp nandwrite \ -- cgit v1.2.3