mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-23 14:31:21 +00:00
Based on work of David Huang https://github.com/hjc4869 Changed in the transition: - firefly family was renamed to rk3399, which we actually never started to use. It was made for Odroid N1, which will never be sold - adjusted compiler toolchain2 parameter - added standard wireless drivers - kernel config with the following changes: Docker dependencies, ZRAM, CPUfreq info, ... - added upstream patches - made test Ubuntu Bionic desktop and CLI Stretch build, bootlog: http://ix.io/1jVu TBD: wifi and BT support, mainline kernel, ...
13 lines
422 B
Diff
13 lines
422 B
Diff
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
|
|
index f839ecd9..cd276162 100644
|
|
--- a/arch/arm64/Makefile
|
|
+++ b/arch/arm64/Makefile
|
|
@@ -103,7 +103,7 @@ core-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
|
|
|
|
# Default target when executing plain make
|
|
boot := arch/arm64/boot
|
|
-KBUILD_IMAGE := $(boot)/Image.gz
|
|
+KBUILD_IMAGE := $(boot)/Image
|
|
KBUILD_DTBS := dtbs
|
|
|
|
all: Image.gz $(KBUILD_DTBS)
|