Build Person Detection for ASIC and FPGA

Change-Id: Ic16d539809ab4d0b3ac1bf30c75800558d3e0b42
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index 4b5f51c..76b42f2 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-load("@kelvin_sw//benchmarks:benchmarks.bzl", "kelvin_benchmark_simulator", "kelvin_benchmark_fpga")
+load("@kelvin_sw//benchmarks:benchmarks.bzl", "kelvin_benchmark_simulator", "kelvin_benchmark_devices")
 
 kelvin_benchmark_simulator(
     name = "person_detection_benchmark_simulator",
@@ -22,8 +22,9 @@
     iss_test_size = "medium",
 )
 
-kelvin_benchmark_fpga(
-    name = "person_detection_benchmark_fpga",
+# Builds both ASIC and FPGA.
+kelvin_benchmark_devices(
+    name = "person_detection_benchmark_device",
     model = "//quant_models:person_detection.tflite",
     iterations = 2,
 )