blob: a1017d8d3591751549977d845502ee05c10c110f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright 2017 Ettus Research, National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0
#
########################################################################
# This file included, use CMake directory variables
########################################################################
if(MPM_DEVICE STREQUAL "n3xx")
USRP_PERIPHS_ADD_OBJECT(dboards
magnesium_manager.cpp
)
endif(MPM_DEVICE STREQUAL "n3xx")
|