From 5e2eafd7c43545740efb0c3304ff68bba1f4d0a6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Apr 2017 14:45:07 +0200 Subject: Implement TFTP server support in agent --- bbot/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'bbot/buildfile') diff --git a/bbot/buildfile b/bbot/buildfile index b43bc63..7e35a29 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -30,6 +30,7 @@ if ($cxx.target.class == "linux") {hxx cxx}{ diagnostics } \ {hxx cxx}{ machine-manifest } \ {hxx cxx}{ machine } \ + {hxx cxx}{ tftp } \ {hxx }{ types } \ {hxx cxx}{ types-parsers } \ {hxx txx cxx}{ utility } \ -- cgit v1.1