mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
Adjust variables that have been renamed
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -77,13 +77,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
# Build
|
||||
cd $(DIR_APP) && make bios $(MAKETUNING)
|
||||
ifeq "$(MACHINE)" "x86_64"
|
||||
ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
cd $(DIR_APP) && make efi64 $(MAKETUNING)
|
||||
endif
|
||||
|
||||
# Install
|
||||
cd $(DIR_APP) && make bios install
|
||||
ifeq "$(MACHINE)" "x86_64"
|
||||
ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
cd $(DIR_APP) && make efi64 install
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user