]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - stand/sparc64/loader/Makefile
Move stand/ofw/libofw to stand/libofw.
authorbdragon <bdragon@FreeBSD.org>
Thu, 2 Jan 2020 04:34:22 +0000 (04:34 +0000)
committerbdragon <bdragon@FreeBSD.org>
Thu, 2 Jan 2020 04:34:22 +0000 (04:34 +0000)
commitb0e6758ea5f39eeece194d2b225e52914e68346b
treea6cfc19ccc21522b34a7d42d98f295760ef01e90
parent33a7a377947eda0b44e71fb80c58db5c31867fcb
Move stand/ofw/libofw to stand/libofw.

Since rS330365, there has been no particular reason for libofw to be in a
subdirectory of ofw. Move libofw up a level to make it fit in better with
the other top level libraries.

Also add a LIBOFWSRC to stand/defs.mk to match what all the other
libraries are doing.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D23000
19 files changed:
stand/Makefile
stand/defs.mk
stand/libofw/Makefile [moved from stand/ofw/libofw/Makefile with 100% similarity]
stand/libofw/devicename.c [moved from stand/ofw/libofw/devicename.c with 100% similarity]
stand/libofw/libofw.h [moved from stand/ofw/libofw/libofw.h with 100% similarity]
stand/libofw/ofw_console.c [moved from stand/ofw/libofw/ofw_console.c with 100% similarity]
stand/libofw/ofw_copy.c [moved from stand/ofw/libofw/ofw_copy.c with 100% similarity]
stand/libofw/ofw_disk.c [moved from stand/ofw/libofw/ofw_disk.c with 100% similarity]
stand/libofw/ofw_memory.c [moved from stand/ofw/libofw/ofw_memory.c with 100% similarity]
stand/libofw/ofw_module.c [moved from stand/ofw/libofw/ofw_module.c with 100% similarity]
stand/libofw/ofw_net.c [moved from stand/ofw/libofw/ofw_net.c with 100% similarity]
stand/libofw/ofw_reboot.c [moved from stand/ofw/libofw/ofw_reboot.c with 100% similarity]
stand/libofw/ofw_time.c [moved from stand/ofw/libofw/ofw_time.c with 100% similarity]
stand/libofw/openfirm.c [moved from stand/ofw/libofw/openfirm.c with 100% similarity]
stand/libofw/openfirm.h [moved from stand/ofw/libofw/openfirm.h with 100% similarity]
stand/ofw/Makefile [deleted file]
stand/ofw/Makefile.inc [deleted file]
stand/powerpc/ofw/Makefile
stand/sparc64/loader/Makefile