diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-14 12:22:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-14 12:22:06 +0000 |
commit | 1f06b10bd9e474b3bb520823598c6e8f8d07ade9 (patch) | |
tree | d210229b3e63f9d1e9d13895024dbd7886630c30 | |
parent | e9eaaa1b4ad07922a8d71b3dcf900570d7c64504 (diff) | |
parent | 5bef64fc4a81b9e23fba3dd0f9dc7e462a8df83d (diff) |
Merge "Fix typo for USB_DEVICE name"
-rw-r--r-- | USB-Device/CMakeLists.txt | 2 |
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) |