Skip to content

Commit 32047d7

Browse files
soc: adi: sc59x_64: Adding common board functions
Previous commit limits common board functions to be only compiled for sc5xx 32bit platforms. This commit corrects that change to include sc59x 64 bit platforms (adsp-sc598-som) Signed-off-by: UtsavAgarwalADI <utsav.agarwal@analog.com>
1 parent 6020be9 commit 32047d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/soc/adi/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
# todo modularize; already depends on CONFIG_ARCH_SC59X_64 though
44

55
obj-y += pads_system.o system.o
6+
67
obj-$(CONFIG_ARCH_SC59X_64) += mach-sc59x/
8+
obj-$(CONFIG_ARCH_SC59X_64) += mach-sc5xx/
9+
710
obj-$(CONFIG_ARCH_SC5XX) += mach-sc5xx/

0 commit comments

Comments
 (0)