Skip to content

Commit ce323de

Browse files
committed
Set cmake and kconfig to resides outside hal
Make explicity that Cmake & Kconfig resides outside hal repository. Now, all rules should be handled at <zephyr>/modules/hal_gigadevice. Signed-off-by: Gerson Fernando Budke <[email protected]>
1 parent ddde23c commit ce323de

File tree

8 files changed

+3
-125
lines changed

8 files changed

+3
-125
lines changed

CMakeLists.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

GD32E10X/CMakeLists.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

GD32F403/CMakeLists.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

GD32VF103/CMakeLists.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

zephyr/module.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
name: hal_gigadevice
12
build:
2-
cmake: .
3+
cmake-ext: True
4+
kconfig-ext: True

0 commit comments

Comments
 (0)