From 48ad5e9e21853e164e20fdc7f01c5da18cb62676 Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Thu, 22 Mar 2012 14:26:42 +0000 Subject: libfdt: move headers to xen/include/xen/libfdt/ Move the public libfdt headers to xen/include/xen/libfdt/ so CFLAGS does need to be set to find them. This requires minor tweaks to one of the headers imported from upstream. Signed-off-by: David Vrabel Committed-by: Ian Campbell --- xen/common/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index 372b259a11..9f2e0d612e 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -61,5 +61,3 @@ subdir-$(ia64) += hvm subdir-y += libelf subdir-$(HAS_DEVICE_TREE) += libfdt - -CFLAGS += -Ilibfdt -- cgit v1.2.3