hdt: Moving hdt to com32/modules
authorErwan Velu <erwan.velu@free.fr>
Thu, 19 Feb 2009 22:01:35 +0000 (23:01 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 26 Feb 2009 04:58:42 +0000 (20:58 -0800)
16 files changed:
Makefile
com32/Makefile
com32/hdt/Makefile [moved from hdt/Makefile with 99% similarity]
com32/hdt/hdt-ata.c [moved from hdt/hdt-ata.c with 100% similarity]
com32/hdt/hdt-ata.h [moved from hdt/hdt-ata.h with 100% similarity]
com32/hdt/hdt-menu-about.c [moved from hdt/hdt-menu-about.c with 100% similarity]
com32/hdt/hdt-menu-disk.c [moved from hdt/hdt-menu-disk.c with 100% similarity]
com32/hdt/hdt-menu-dmi.c [moved from hdt/hdt-menu-dmi.c with 100% similarity]
com32/hdt/hdt-menu-kernel.c [moved from hdt/hdt-menu-kernel.c with 100% similarity]
com32/hdt/hdt-menu-pci.c [moved from hdt/hdt-menu-pci.c with 100% similarity]
com32/hdt/hdt-menu-processor.c [moved from hdt/hdt-menu-processor.c with 100% similarity]
com32/hdt/hdt-menu-syslinux.c [moved from hdt/hdt-menu-syslinux.c with 100% similarity]
com32/hdt/hdt-menu.c [moved from hdt/hdt-menu.c with 100% similarity]
com32/hdt/hdt-menu.h [moved from hdt/hdt-menu.h with 100% similarity]
com32/hdt/hdt.c [moved from hdt/hdt.c with 100% similarity]
com32/hdt/hdt.h [moved from hdt/hdt.h with 100% similarity]

index edcfb7e..ffbc48f 100644 (file)
--- 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 \
index 9dee968..2897e08 100644 (file)
@@ -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
similarity index 99%
rename from hdt/Makefile
rename to com32/hdt/Makefile
index d2c31b7..917c707 100644 (file)
@@ -14,7 +14,7 @@
 ## samples for syslinux users
 ##
 
-topdir = ..
+topdir = ../..
 include $(topdir)/MCONFIG.embedded
 
 INCLUDES   = -I$(com32)/include
similarity index 100%
rename from hdt/hdt-ata.c
rename to com32/hdt/hdt-ata.c
similarity index 100%
rename from hdt/hdt-ata.h
rename to com32/hdt/hdt-ata.h
similarity index 100%
rename from hdt/hdt-menu-dmi.c
rename to com32/hdt/hdt-menu-dmi.c
similarity index 100%
rename from hdt/hdt-menu-pci.c
rename to com32/hdt/hdt-menu-pci.c
similarity index 100%
rename from hdt/hdt-menu.c
rename to com32/hdt/hdt-menu.c
similarity index 100%
rename from hdt/hdt-menu.h
rename to com32/hdt/hdt-menu.h
similarity index 100%
rename from hdt/hdt.c
rename to com32/hdt/hdt.c
similarity index 100%
rename from hdt/hdt.h
rename to com32/hdt/hdt.h