Skip to content

Commit e219bfa

Browse files
CYFS3Rbb666
authored andcommitted
[bsp][raspberry-pico]: adjust file structure
1 parent baed882 commit e219bfa

27 files changed

Lines changed: 4 additions & 4 deletions

bsp/raspberry-pico/RP2040/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ os.chdir(ocwd)
3838

3939
objs.extend(SConscript(os.path.join(os.getcwd(), 'board', 'ports', 'SConscript')))
4040

41-
objs.extend(SConscript(os.path.join(os.getcwd(), '..', 'Drivers', 'SConscript')))
41+
objs.extend(SConscript(os.path.join(os.getcwd(), '..', 'libraries', 'Drivers', 'SConscript')))
4242

4343
# make a building
4444
DoBuilding(TARGET, objs)

bsp/raspberry-pico/RP2350/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else:
3636
os.system("scons")
3737
os.chdir(ocwd)
3838

39-
objs.extend(SConscript(os.path.join(os.getcwd(), '..', 'Drivers', 'SConscript')))
39+
objs.extend(SConscript(os.path.join(os.getcwd(), '..', 'libraries', 'Drivers', 'SConscript')))
4040

4141
# make a building
4242
DoBuilding(TARGET, objs)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)