Replacing "amd64" with $PLATFORM_ARCH variable Fix for compiling marvell-armhf arch Signed-off-by: Sabareesh Kumar Anandan <sanandan@marvell.com>
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# iccpd package
|
|
|
|
ICCPD_VERSION = 0.0.5
|
|
|
|
ICCPD = iccpd_$(ICCPD_VERSION)_$(CONFIGURED_ARCH).deb
|
|
$(ICCPD)_DEPENDS += $(LIBNL_GENL3_DEV) $(LIBNL_CLI_DEV)
|
|
$(ICCPD)_RDEPENDS += $(LIBNL_GENL3) $(LIBNL_CLI)
|
|
$(ICCPD)_SRC_PATH = $(SRC_PATH)/iccpd
|
|
SONIC_MAKE_DEBS += $(ICCPD)
|
|
|
|
# Export these variables so they can be used in a sub-make
|
|
export ICCPD_VERSION
|
|
export ICCPD
|