aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx3/b200/makefile
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2014-08-12 11:19:22 -0700
committerAshish Chaudhari <ashish@ettus.com>2014-08-12 11:19:22 -0700
commit145f1d7cf7aa94f67c7ba349e29daff9a7d85d54 (patch)
tree64a7a89acd187519bcb285c677b492aa1fc7c55e /firmware/fx3/b200/makefile
parent96d1d586735dd47ce9af0d309c3f1c5abf008497 (diff)
downloaduhd-145f1d7cf7aa94f67c7ba349e29daff9a7d85d54.tar.gz
uhd-145f1d7cf7aa94f67c7ba349e29daff9a7d85d54.tar.bz2
uhd-145f1d7cf7aa94f67c7ba349e29daff9a7d85d54.zip
b200: Removed all AD9361 related firmware
- FX3 does not respond to AD9361 firmware transaction VREQs - FX3 does not respond to AD9361 SPI transaction VREQs - Deleted all AD9361 firmware files - Bumped FW compat to 6
Diffstat (limited to 'firmware/fx3/b200/makefile')
-rw-r--r--firmware/fx3/b200/makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/fx3/b200/makefile b/firmware/fx3/b200/makefile
index d693db076..22eb1bbcc 100644
--- a/firmware/fx3/b200/makefile
+++ b/firmware/fx3/b200/makefile
@@ -19,13 +19,9 @@ MODULE = b200_main
SOURCE += $(MODULE).c
SOURCE += b200_usb_descriptors.c
-SOURCE += b200_ad9361.c
SOURCE += b200_i2c.c
-INCLUDES = b200_main.h b200_vrq.h b200_gpifconfig.h b200_i2c.h
-INCLUDES += ../ad9361/include/ad9361_transaction.h
-
-INCFLAGS = -I ../ad9361/include
+INCLUDES = b200_main.h b200_gpifconfig.h b200_i2c.h
LDLIBS += \
"$$ARMGCC_INSTALL_PATH"/arm-none-eabi/lib/libm.a