]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
hptrr: Move to using .o files
authorWarner Losh <imp@FreeBSD.org>
Mon, 12 Apr 2021 19:41:25 +0000 (13:41 -0600)
committerWarner Losh <imp@FreeBSD.org>
Mon, 12 Apr 2021 19:47:55 +0000 (13:47 -0600)
commit662053e8dccae2e5d1534bf83acbe7bc49e5843e
treee640d2b11119580c20151cf760622387df1d6c86
parentfddb3f4d7d6c690ef066f90f0bfa949309fe2fdf
hptrr: Move to using .o files

Use .o files directly. Replace the .o.uu files that we uudecode with .o files.
Adjust the kernel and module build to cope.

Suggestions by: markj@, emaste@
Sposnored by:           Netflix, Inc
Differential Revision: https://reviews.freebsd.org/D29636
sys/conf/files.x86
sys/dev/hptrr/amd64-elf.hptrr_lib.o [new file with mode: 0644]
sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu [deleted file]
sys/dev/hptrr/i386-elf.hptrr_lib.o [new file with mode: 0644]
sys/dev/hptrr/i386-elf.hptrr_lib.o.uu [deleted file]
sys/modules/hptrr/Makefile