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>
10 lines
194 B
Makefile
10 lines
194 B
Makefile
# socat packages
|
|
|
|
SOCAT_VERSION = 1.7.3.1-2+deb9u1
|
|
|
|
export SOCAT_VERSION
|
|
|
|
SOCAT = socat_$(SOCAT_VERSION)_$(CONFIGURED_ARCH).deb
|
|
$(SOCAT)_SRC_PATH = $(SRC_PATH)/socat
|
|
SONIC_MAKE_DEBS += $(SOCAT)
|