diff --git a/SConstruct b/SConstruct index 7320c051a..247c6b1be 100644 --- a/SConstruct +++ b/SConstruct @@ -173,6 +173,7 @@ node.add_sources ([ 'internet-node.cc', 'net-device.cc', 'serial-net-device.cc', + 'serial-phy.cc', 'mac-address.cc', 'ipv4-header.cc', 'udp-header.cc', @@ -214,6 +215,7 @@ node.add_headers ([ 'ipv4-l4-demux.h', 'net-device-list.h', 'serial-net-device.h', + 'serial-phy.h', 'llc-snap-header.h', 'header-utils.h', 'protocol.h',