This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/rules/gobgp.mk
arheneus@marvell.com 50fe458592 [build]: SONiC buildimage ARM arch support (#2980)
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>
2019-07-25 22:06:41 -07:00

6 lines
128 B
Makefile

# gobgp package
GOBGP = gobgp_1.16-01_$(CONFIGURED_ARCH).deb
$(GOBGP)_SRC_PATH = $(SRC_PATH)/gobgp
SONIC_DPKG_DEBS += $(GOBGP)