Skip to content

Commit

Permalink
projects: Fix ci build fail
Browse files Browse the repository at this point in the history
Update make files to fix build fails.

Signed-off-by: SGudla <[email protected]>
  • Loading branch information
SaikiranGudla committed Nov 21, 2024
1 parent 21c975e commit 59a18c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/ad738x_iio/src.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# All the .c and .cpp and .h Files in SRC_DIRS are used in Build (Recursive)
SRC_DIRS += $(PROJECT_APP_PATH)
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/adc/ad738x
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/axi_core/spi_engine
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/eeprom/24xx32a
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/api
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/platform/mbed
Expand Down
1 change: 1 addition & 0 deletions projects/ad7606_iio/src.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# All the .c and .cpp and .h Files in SRC_DIRS are used in Build (Recursive)
SRC_DIRS += $(PROJECT_APP_PATH)
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/adc/ad7606
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/axi_core/clk_axi_clkgen
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/eeprom/24xx32a
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/api
SRC_DIRS += $(LIBRARIES_PATH)/no-OS/drivers/platform/mbed
Expand Down

0 comments on commit 59a18c5

Please sign in to comment.