[kernel]: fix linux-headers common deb file name

This commit is contained in:
Guohan Lu 2017-11-06 02:49:04 +00:00
parent 5d1a7a1f3a
commit 23c3bfe186

View File

@ -7,7 +7,7 @@ KERNEL_SUBVERSION = 2+deb9u5
export KVERSION_SHORT KVERSION KERNEL_VERSION KERNEL_SUBVERSION
LINUX_HEADERS_COMMON = linux-headers-$(KVERSION_SHORT)-common_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_amd64.deb
LINUX_HEADERS_COMMON = linux-headers-$(KVERSION_SHORT)-common_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_all.deb
$(LINUX_HEADERS_COMMON)_SRC_PATH = $(SRC_PATH)/sonic-linux-kernel
SONIC_MAKE_DEBS += $(LINUX_HEADERS_COMMON)