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>
11 lines
214 B
Makefile
11 lines
214 B
Makefile
# linux kernel package for marvell armhf
|
|
|
|
KVERSION = 4.9.168
|
|
|
|
|
|
LINUX_KERNEL = linux-image-4.9.168-armhf.deb
|
|
export LINUX_KERNEL
|
|
|
|
$(LINUX_KERNEL)_SRC_PATH = $(PLATFORM_PATH)/linux
|
|
SONIC_MAKE_DEBS += $(LINUX_KERNEL)
|