aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2012-03-22 14:26:42 +0000
committerDavid Vrabel <david.vrabel@citrix.com>2012-03-22 14:26:42 +0000
commit48ad5e9e21853e164e20fdc7f01c5da18cb62676 (patch)
treedbc7af73ea586bc255626318f0b151603002fda8 /xen/common/Makefile
parent066cfcad02459f6b08f07639e0176c62f4c5b5ca (diff)
downloadxen-48ad5e9e21853e164e20fdc7f01c5da18cb62676.tar.gz
xen-48ad5e9e21853e164e20fdc7f01c5da18cb62676.tar.bz2
xen-48ad5e9e21853e164e20fdc7f01c5da18cb62676.zip
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 <david.vrabel@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile2
1 files changed, 0 insertions, 2 deletions
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