mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
allow $(packages) to be set in Make enviroment (#338)
This commit is contained in:
parent
6443442912
commit
ab460645a3
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ all:
|
|||||||
|
|
||||||
modules-y :=
|
modules-y :=
|
||||||
pwd := $(shell pwd)
|
pwd := $(shell pwd)
|
||||||
packages := $(pwd)/packages
|
packages ?= $(pwd)/packages
|
||||||
build := $(pwd)/build
|
build := $(pwd)/build
|
||||||
config := $(pwd)/config
|
config := $(pwd)/config
|
||||||
INSTALL := $(pwd)/install
|
INSTALL := $(pwd)/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user