mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 12:45:29 -05:00
redhat/Makefile: honor BREW_FLAGS like the kernel
When doing make rh-brew on a RHEL kernel one can set BREW_FLAGS to anything that 'brew build' accepts (see 'brew build -h'). This is useful to avoid wasting resources when only one arch needs to be compiled for a test, as the arch-override parameter can be set. For example, BREW_FLAGS='--arch-override=aarch64' make -C redhat rh-brew only builds for aarch64. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
This commit is contained in:
parent
c8afc5ecbc
commit
836b4e3d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ else
|
||||||
DS=@
|
DS=@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BREW_OPTIONS:=--scratch
|
BREW_OPTIONS:=$(BREW_FLAGS) --scratch
|
||||||
|
|
||||||
# Hide progress bar in scripts
|
# Hide progress bar in scripts
|
||||||
ifeq ($(NOPROGRESS),1)
|
ifeq ($(NOPROGRESS),1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue