Quantum
259d929c13
Works well enough to set bank modes and turn on an LED Very not complete and needs more testing
9 lines
129 B
Meson
9 lines
129 B
Meson
kernel_sources += [
|
|
files(
|
|
'sunxi_d1_pinctrl.cpp',
|
|
),
|
|
]
|
|
|
|
kernel_includes += include_directories(
|
|
'include'
|
|
)
|