Merge pull request #2190 from arm64b/kernel-Makefile-config

ARM64: Add kernel config file for aarch64
This commit is contained in:
Rolf Neugebauer 2017-07-12 18:12:51 +01:00 committed by GitHub
commit c1e48c37ac
3 changed files with 6817 additions and 1 deletions

View File

@ -56,7 +56,8 @@ push:
# Set $3 to "_dbg", to build debug kernels. This defines targets like # Set $3 to "_dbg", to build debug kernels. This defines targets like
# build_4.9.x_dbg and adds "_dbg" to the hub image name. # build_4.9.x_dbg and adds "_dbg" to the hub image name.
define kernel define kernel
build_$(2)$(3): Dockerfile Makefile $(wildcard patches-$(2)/*) kernel_config-$(2) kernel_config.debug
build_$(2)$(3): Dockerfile Makefile $(wildcard patches-$(2)/*) $(wildcard kernel_config-$(2)*) kernel_config.debug
docker pull $(ORG)/$(IMAGE):$(1)$(3)-$(TAG) || \ docker pull $(ORG)/$(IMAGE):$(1)$(3)-$(TAG) || \
docker build \ docker build \
--build-arg KERNEL_VERSION=$(1) \ --build-arg KERNEL_VERSION=$(1) \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff