Skip to content

Commit

Permalink
Set cmake and kconfig to resides outside hal
Browse files Browse the repository at this point in the history
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 <nandojve@gmail.com>
  • Loading branch information
nandojve committed Oct 18, 2021
1 parent ddde23c commit ce323de
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 125 deletions.
14 changes: 0 additions & 14 deletions CMakeLists.txt

This file was deleted.

35 changes: 0 additions & 35 deletions GD32E10X/CMakeLists.txt

This file was deleted.

37 changes: 0 additions & 37 deletions GD32F403/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions GD32VF103/CMakeLists.txt

This file was deleted.

4 changes: 3 additions & 1 deletion zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
name: hal_gigadevice
build:
cmake: .
cmake-ext: True
kconfig-ext: True

0 comments on commit ce323de

Please sign in to comment.