summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--com32/Makefile2
-rw-r--r--com32/hdt/Makefile (renamed from hdt/Makefile)2
-rw-r--r--com32/hdt/hdt-ata.c (renamed from hdt/hdt-ata.c)0
-rw-r--r--com32/hdt/hdt-ata.h (renamed from hdt/hdt-ata.h)0
-rw-r--r--com32/hdt/hdt-menu-about.c (renamed from hdt/hdt-menu-about.c)0
-rw-r--r--com32/hdt/hdt-menu-disk.c (renamed from hdt/hdt-menu-disk.c)0
-rw-r--r--com32/hdt/hdt-menu-dmi.c (renamed from hdt/hdt-menu-dmi.c)0
-rw-r--r--com32/hdt/hdt-menu-kernel.c (renamed from hdt/hdt-menu-kernel.c)0
-rw-r--r--com32/hdt/hdt-menu-pci.c (renamed from hdt/hdt-menu-pci.c)0
-rw-r--r--com32/hdt/hdt-menu-processor.c (renamed from hdt/hdt-menu-processor.c)0
-rw-r--r--com32/hdt/hdt-menu-syslinux.c (renamed from hdt/hdt-menu-syslinux.c)0
-rw-r--r--com32/hdt/hdt-menu.c (renamed from hdt/hdt-menu.c)0
-rw-r--r--com32/hdt/hdt-menu.h (renamed from hdt/hdt-menu.h)0
-rw-r--r--com32/hdt/hdt.c (renamed from hdt/hdt.c)0
-rw-r--r--com32/hdt/hdt.h (renamed from hdt/hdt.h)0
16 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index edcfb7e8..ffbc48f1 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ BOBJECTS = $(BTARGET) \
# Note: libinstaller is both a BSUBDIR and an ISUBDIR. It contains
# files that depend only on the B phase, but may have to be regenerated
# for "make installer".
-BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample hdt \
+BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample \
libinstaller dos win32
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com \
diff --git a/com32/Makefile b/com32/Makefile
index 9dee9684..2897e084 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = lib libutil modules menu samples rosh
+SUBDIRS = lib libutil modules menu samples rosh hdt
all tidy dist clean spotless install:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
diff --git a/hdt/Makefile b/com32/hdt/Makefile
index d2c31b70..917c7074 100644
--- a/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -14,7 +14,7 @@
## samples for syslinux users
##
-topdir = ..
+topdir = ../..
include $(topdir)/MCONFIG.embedded
INCLUDES = -I$(com32)/include
diff --git a/hdt/hdt-ata.c b/com32/hdt/hdt-ata.c
index a5000609..a5000609 100644
--- a/hdt/hdt-ata.c
+++ b/com32/hdt/hdt-ata.c
diff --git a/hdt/hdt-ata.h b/com32/hdt/hdt-ata.h
index 61024c7b..61024c7b 100644
--- a/hdt/hdt-ata.h
+++ b/com32/hdt/hdt-ata.h
diff --git a/hdt/hdt-menu-about.c b/com32/hdt/hdt-menu-about.c
index 51032402..51032402 100644
--- a/hdt/hdt-menu-about.c
+++ b/com32/hdt/hdt-menu-about.c
diff --git a/hdt/hdt-menu-disk.c b/com32/hdt/hdt-menu-disk.c
index 9c96e787..9c96e787 100644
--- a/hdt/hdt-menu-disk.c
+++ b/com32/hdt/hdt-menu-disk.c
diff --git a/hdt/hdt-menu-dmi.c b/com32/hdt/hdt-menu-dmi.c
index 4681a827..4681a827 100644
--- a/hdt/hdt-menu-dmi.c
+++ b/com32/hdt/hdt-menu-dmi.c
diff --git a/hdt/hdt-menu-kernel.c b/com32/hdt/hdt-menu-kernel.c
index c6776fa5..c6776fa5 100644
--- a/hdt/hdt-menu-kernel.c
+++ b/com32/hdt/hdt-menu-kernel.c
diff --git a/hdt/hdt-menu-pci.c b/com32/hdt/hdt-menu-pci.c
index 25b9527d..25b9527d 100644
--- a/hdt/hdt-menu-pci.c
+++ b/com32/hdt/hdt-menu-pci.c
diff --git a/hdt/hdt-menu-processor.c b/com32/hdt/hdt-menu-processor.c
index 49137715..49137715 100644
--- a/hdt/hdt-menu-processor.c
+++ b/com32/hdt/hdt-menu-processor.c
diff --git a/hdt/hdt-menu-syslinux.c b/com32/hdt/hdt-menu-syslinux.c
index 4ee6d1dd..4ee6d1dd 100644
--- a/hdt/hdt-menu-syslinux.c
+++ b/com32/hdt/hdt-menu-syslinux.c
diff --git a/hdt/hdt-menu.c b/com32/hdt/hdt-menu.c
index 1e01e2d1..1e01e2d1 100644
--- a/hdt/hdt-menu.c
+++ b/com32/hdt/hdt-menu.c
diff --git a/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h
index 7a38ae8e..7a38ae8e 100644
--- a/hdt/hdt-menu.h
+++ b/com32/hdt/hdt-menu.h
diff --git a/hdt/hdt.c b/com32/hdt/hdt.c
index 15b71c67..15b71c67 100644
--- a/hdt/hdt.c
+++ b/com32/hdt/hdt.c
diff --git a/hdt/hdt.h b/com32/hdt/hdt.h
index 8d898c78..8d898c78 100644
--- a/hdt/hdt.h
+++ b/com32/hdt/hdt.h