allow $(packages) to be set in Make enviroment (#338)

This commit is contained in:
Trammell hudson 2018-03-08 01:16:28 -05:00
parent 6443442912
commit ab460645a3
No known key found for this signature in database
GPG Key ID: 687A5005935B1533

View File

@ -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