summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2012-06-29 15:16:03 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2012-06-29 15:16:03 -0700
commit443ce2a3ac055b4ec13f86a782a04be8453fd393 (patch)
tree191c2b8836fcc89b0dd11ebcb871556188cd09ad /com32/lib/Makefile
parent1eb311caecf1452a78013640db828fd40c9055d2 (diff)
downloadsyslinux-443ce2a3ac055b4ec13f86a782a04be8453fd393.tar.gz
Change fdt-specific loader into a generic setup_data loader
Make it a generic setup_data loader keyed by type. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r--com32/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index a4959f6f..5ab1fac4 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -131,7 +131,7 @@ LIBOBJS = \
\
syslinux/disk.o \
\
- syslinux/fdt.o
+ syslinux/setup_data.o
# These are the objects which are also imported into the core
LIBCOREOBJS = \