mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-19 08:36:18 +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 :=
|
||||
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