aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 16:16:06 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 18:46:48 +0200
commit2128a308eb06aab9a94f479794d334705ae0505e (patch)
tree1e35153a2d50b8ab31cf501fa2bff3353ff7bd47 /configure.ac
parent43fedb656b9e99e1a3445998834918df98c9679a (diff)
Move device specific files to device subdir
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 125f41e..ee8077c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,6 +203,9 @@ AC_CONFIG_FILES([\
Transceiver52M/arch/common/Makefile \
Transceiver52M/arch/arm/Makefile \
Transceiver52M/arch/x86/Makefile \
+ Transceiver52M/device/Makefile \
+ Transceiver52M/device/uhd/Makefile \
+ Transceiver52M/device/usrp1/Makefile \
tests/Makefile \
tests/CommonLibs/Makefile \
tests/Transceiver52M/Makefile \