From 5bef64fc4a81b9e23fba3dd0f9dc7e462a8df83d Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Mon, 13 Nov 2017 17:15:19 -0500 Subject: Fix typo for USB_DEVICE name Change-Id: Ia292fe958cef2560aa2eac32e8c91389fec6153c Signed-off-by: Tai Vuong --- USB-Device/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.2.3-korg