mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 05:43:33 +08:00
Added netatalk files
This is part of a larger patch where network command structure is being ported. It was easier to move these files in than to carve it out of the command code.
This commit is contained in:
@@ -1334,6 +1334,15 @@ devNic.addHeaderFiles(
|
||||
'dev/pci/pcib_private.h',
|
||||
'isa/isavar.h',
|
||||
'isa/pnpvar.h',
|
||||
'netatalk/at.h',
|
||||
'netatalk/endian.h',
|
||||
'netatalk/aarp.h',
|
||||
'netatalk/at_extern.h',
|
||||
'netatalk/at_var.h',
|
||||
'netatalk/ddp.h',
|
||||
'netatalk/ddp_pcb.h',
|
||||
'netatalk/ddp_var.h',
|
||||
'netatalk/phase2.h',
|
||||
]
|
||||
)
|
||||
|
||||
@@ -1392,6 +1401,14 @@ devNic.addSourceFiles(
|
||||
'dev/led/led.c',
|
||||
'kern/subr_unit.c',
|
||||
'dev/pci/pci_pci.c',
|
||||
'netatalk/aarp.c',
|
||||
'netatalk/at_control.c',
|
||||
'netatalk/at_rmx.c',
|
||||
'netatalk/ddp_input.c',
|
||||
'netatalk/ddp_pcb.c',
|
||||
'netatalk/ddp_usrreq.c',
|
||||
'netatalk/at_proto.c',
|
||||
'netatalk/ddp_output.c',
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user