aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-10-30 21:24:40 -0400
committerThomas Tsou <tom@tsou.cc>2013-11-04 09:15:55 -0800
commit17bbb9b755b2b91c15114bc2dfb6f29fc7a66377 (patch)
tree90d90d343f54037ed5cd8472d63fb1f4c2a7f1e1 /configure.ac
parenta1a3ab4babf591cf9c0d233d93b1188f747f5259 (diff)
Transceiver52M: Separate architecture specific files
Move x86 specific files into their own directory as this area is about to get crowded with the addition of ARM support. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 42fcde6..2bfe825 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,6 +101,7 @@ AC_CONFIG_FILES([\
CommonLibs/Makefile \
GSM/Makefile \
Transceiver52M/Makefile \
+ Transceiver52M/x86/Makefile \
sqlite3/Makefile \
])