aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTai Vuong <tvuong@audiokinetic.com>2017-11-13 17:15:19 -0500
committerTai Vuong <tvuong@audiokinetic.com>2017-11-13 17:17:43 -0500
commit5bef64fc4a81b9e23fba3dd0f9dc7e462a8df83d (patch)
tree330041db17f5c67572cd94ddea6c807ae62e870a
parentafc8669593f9602b044c74091a6ca40e621c3283 (diff)
Fix typo for USB_DEVICE name
Change-Id: Ia292fe958cef2560aa2eac32e8c91389fec6153c Signed-off-by: Tai Vuong <tvuong@audiokinetic.com>
-rw-r--r--USB-Device/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/USB-Device/CMakeLists.txt b/USB-Device/CMakeLists.txt
index d71cc2c..d09a593 100644
--- a/USB-Device/CMakeLists.txt
+++ b/USB-Device/CMakeLists.txt
@@ -16,7 +16,7 @@
# limitations under the License.
###########################################################################
-if(HAL_UBS_DEVICE)
+if(HAL_USB_DEVICE)
# Add target to project dependency list
PROJECT_TARGET_ADD(hal-usb-device)