50fe458592
ARM Architecture support in SONIC make configure platform=[ASIC_VENDOR_ARCH] PLATFORM_ARCH=[ARM_ARCH] SONIC_ARCH: default amd64 armhf - arm32bit arm64 - arm64bit Signed-off-by: Antony Rheneus <arheneus@marvell.com>
9 lines
175 B
Makefile
9 lines
175 B
Makefile
# linux kernel package for marvell arm64
|
|
|
|
KVERSION= 4.4.8
|
|
|
|
|
|
LINUX_KERNEL= linux-image-4.4.8_4.4.8-4_arm64.deb
|
|
$(LINUX_KERNEL)_PATH = /sonic
|
|
SONIC_COPY_DEBS += $(LINUX_KERNEL)
|