mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Add Core/Drivers to the scope of style check by clang-format (#1754)
* clang-format: add ./Core/Drivers (except usb-pd) to the scope of style check * Fix missed suggestion --------- Co-authored-by: discip <53649486+discip@users.noreply.github.com> Co-authored-by: Ben V. Brown <5425387+Ralim@users.noreply.github.com>
This commit is contained in:
@@ -178,7 +178,6 @@ PD_DRIVER_DIR=./Core/Drivers/usb-pd
|
||||
ALL_INCLUDES_EXCEPT:=-path $(BRIEFLZ_INC_DIR) \
|
||||
-o -path $(PD_DRIVER_DIR) \
|
||||
-o -path $(PINECILV2_SDK_DIR) \
|
||||
-o -path $(DRIVER_INC_DIR) \
|
||||
-o -path $(MINIWARE_HAL_INC_DIR) \
|
||||
-o -path $(S60_HAL_INC_DIR) \
|
||||
-o -path $(MHP30_HAL_INC_DIR) \
|
||||
@@ -193,7 +192,6 @@ ALL_INCLUDES_EXCEPT:=-path $(BRIEFLZ_INC_DIR) \
|
||||
ALL_SOURCE_EXCEPT:=-path $(SOURCE_BRIEFLZ_DIR) \
|
||||
-o -path $(PD_DRIVER_DIR) \
|
||||
-o -path $(PINECILV2_SDK_DIR) \
|
||||
-o -path $(SOURCE_DRIVERS_DIR) \
|
||||
-o -path $(MINIWARE_HAL_SRC_DIR) \
|
||||
-o -path $(S60_HAL_SRC_DIR) \
|
||||
-o -path $(MHP30_HAL_SRC_DIR) \
|
||||
|
||||
Reference in New Issue
Block a user