mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-16 07:26:46 +00:00
Makefile: drop handling of $(TOOLCHAIN)
It came from https://github.com/osresearch/heads/pull/395 and was a local workaround. Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This commit is contained in:
parent
8944710033
commit
5dc06bdbf1
8
Makefile
8
Makefile
@ -18,15 +18,9 @@ LB_OUTPUT_FILE := linuxboot-$(BOARD)-$(HEADS_GIT_VERSION).rom
|
||||
all:
|
||||
-include .config
|
||||
|
||||
ifneq "$(TOOLCHAIN)" ""
|
||||
$(info Using $(TOOLCHAIN) for cross compiler and packages)
|
||||
packages ?= $(TOOLCHAIN)/packages
|
||||
CROSS := $(TOOLCHAIN)/crossgcc/x86_64-linux-musl/bin/x86_64-linux-musl-
|
||||
endif
|
||||
|
||||
modules-y :=
|
||||
pwd := $(shell pwd)
|
||||
packages ?= $(pwd)/packages
|
||||
packages := $(pwd)/packages
|
||||
build := $(pwd)/build
|
||||
config := $(pwd)/config
|
||||
INSTALL := $(pwd)/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user