mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-26 10:59:44 +08:00
Add kern_linker.c and dependencies
This commit is contained in:
parent
d167ea5c7f
commit
2ba77729d2
1
Makefile
1
Makefile
@ -319,6 +319,7 @@ C_FILES += freebsd/local/miibus_if.c
|
|||||||
C_FILES += freebsd/local/pci_if.c
|
C_FILES += freebsd/local/pci_if.c
|
||||||
C_FILES += freebsd/local/pcib_if.c
|
C_FILES += freebsd/local/pcib_if.c
|
||||||
C_FILES += freebsd/kern/init_main.c
|
C_FILES += freebsd/kern/init_main.c
|
||||||
|
C_FILES += freebsd/kern/kern_linker.c
|
||||||
C_FILES += freebsd/kern/kern_mib.c
|
C_FILES += freebsd/kern/kern_mib.c
|
||||||
C_FILES += freebsd/kern/kern_mbuf.c
|
C_FILES += freebsd/kern/kern_mbuf.c
|
||||||
C_FILES += freebsd/kern/kern_module.c
|
C_FILES += freebsd/kern/kern_module.c
|
||||||
|
@ -564,6 +564,7 @@ rtems.addEmptyHeaderFiles(
|
|||||||
'machine/smp.h',
|
'machine/smp.h',
|
||||||
'machine/vm.h',
|
'machine/vm.h',
|
||||||
#'machine/vmparam.h',
|
#'machine/vmparam.h',
|
||||||
|
'local/linker_if.h',
|
||||||
'local/opt_bce.h',
|
'local/opt_bce.h',
|
||||||
'local/opt_ntp.h',
|
'local/opt_ntp.h',
|
||||||
'security/audit/audit.h',
|
'security/audit/audit.h',
|
||||||
@ -614,7 +615,6 @@ local.addHeaderFiles(
|
|||||||
[
|
[
|
||||||
'local/bus_if.h',
|
'local/bus_if.h',
|
||||||
'local/device_if.h',
|
'local/device_if.h',
|
||||||
#'local/linker_if.h',
|
|
||||||
'local/opt_bus.h',
|
'local/opt_bus.h',
|
||||||
'local/opt_cam.h',
|
'local/opt_cam.h',
|
||||||
'local/opt_compat.h',
|
'local/opt_compat.h',
|
||||||
@ -690,7 +690,6 @@ local.addSourceFiles(
|
|||||||
[
|
[
|
||||||
'local/usb_if.c',
|
'local/usb_if.c',
|
||||||
'local/bus_if.c',
|
'local/bus_if.c',
|
||||||
#'local/linker_if.c',
|
|
||||||
'local/device_if.c',
|
'local/device_if.c',
|
||||||
'local/cryptodev_if.c',
|
'local/cryptodev_if.c',
|
||||||
'local/miibus_if.c',
|
'local/miibus_if.c',
|
||||||
@ -1117,7 +1116,7 @@ devUsbBase.addHeaderFiles(
|
|||||||
devUsbBase.addSourceFiles(
|
devUsbBase.addSourceFiles(
|
||||||
[
|
[
|
||||||
'kern/init_main.c',
|
'kern/init_main.c',
|
||||||
#'kern/kern_linker.c',
|
'kern/kern_linker.c',
|
||||||
'kern/kern_mib.c',
|
'kern/kern_mib.c',
|
||||||
'kern/kern_mbuf.c',
|
'kern/kern_mbuf.c',
|
||||||
'kern/kern_module.c',
|
'kern/kern_module.c',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user