diff options
author | Warner Losh <imp@FreeBSD.org> | 2022-11-30 22:09:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2022-11-30 22:30:32 +0000 |
commit | bb9f61da17f66352a344e14c4d32fda83126827b (patch) | |
tree | cb2d4dde92afd251be0697c6e1c436749808e415 /stand/i386 | |
parent | 90412431fe1bf5f4a10b68c7938b0fc9f11dc4a2 (diff) | |
download | src-bb9f61da17f66352a344e14c4d32fda83126827b.tar.gz src-bb9f61da17f66352a344e14c4d32fda83126827b.zip |
zfs: Remove devicename_stubs
We no longer need the zfs stubs since we're no longer referencing these
functions outside of zfs.c.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D37345
Diffstat (limited to 'stand/i386')
-rw-r--r-- | stand/i386/libi386/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stand/i386/libi386/Makefile b/stand/i386/libi386/Makefile index 1b23cd53d137..2b2cfd82812e 100644 --- a/stand/i386/libi386/Makefile +++ b/stand/i386/libi386/Makefile @@ -10,9 +10,6 @@ SRCS= bio.c biosacpi.c biosdisk.c biosmem.c biospnp.c \ elf64_freebsd.c multiboot.c multiboot_tramp.S relocater_tramp.S \ i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.S \ time.c vidconsole.c vbe.c amd64_tramp.S spinconsole.c -.PATH: ${ZFSSRC} -SRCS+= devicename_stubs.c -CFLAGS+= -I${ZFSSRC} .PATH: ${SYSDIR}/teken SRCS+= teken.c @@ -44,8 +41,6 @@ CFLAGS+= -Dalloca=__builtin_alloca CFLAGS+= -I${BOOTSRC}/ficl -I${BOOTSRC}/ficl/i386 \ -I${LDRSRC} -I${BOOTSRC}/i386/common \ - -I${SYSDIR}/cddl/boot/zfs \ - -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \ -I${SYSDIR}/contrib/dev/acpica/include # Handle FreeBSD specific %b and %D printf format specifiers |