Fix Makefile for aarch64, install dtc in travis config

Signed-off-by: Harry Chen <i@harrychen.xyz>
master
Harry Chen 6 years ago
parent 4fc32572b0
commit aa9bf593e2

@ -276,7 +276,7 @@ sym:
$(bootloader): $(kernel)
ifeq ($(arch), aarch64)
need_bootloader := true
need_bootloader := true
endif
ifeq ($(need_bootloader), true)
@echo Building $(arch) bootloader

Loading…
Cancel
Save