Skip to content

Commit

Permalink
Update nonfree rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Mar 10, 2024
1 parent 5942488 commit 87f8325
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include $(CAR_ROOT)/bender-safed.mk
# Nonfree components #
######################

CAR_NONFREE_REMOTE ?= [email protected]:Astral/astral-nonfree.git
CAR_NONFREE_REMOTE ?= [email protected]:astral/astral-nonfree.git
CAR_NONFREE_COMMIT ?= d68da8ed

## @section Carfield platform nonfree components
Expand All @@ -54,11 +54,11 @@ CAR_NONFREE_COMMIT ?= d68da8ed
## folder cloned from a remote location, whose access is restricted. If you do not have access, this
## step will be skipped and the usage of the repository will **not** be compromised.
car-nonfree-init:
git clone $(CAR_NONFREE_REMOTE) $(CAR_ROOT)/nonfree
cd nonfree && git checkout $(CAR_NONFREE_COMMIT)
cd nonfree/intel16 && icdesign intel16 -update all -nogui
git clone $(CAR_NONFREE_REMOTE) nonfree
cd $(CAR_ROOT)/nonfree && git checkout $(CAR_NONFREE_COMMIT)
#cd nonfree/intel16 && icdesign intel16 -update all -nogui

-include nonfree/nonfree.mk
-include $(CAR_ROOT)/nonfree/nonfree.mk

#####################################
# Islands' variables initialization #
Expand Down

0 comments on commit 87f8325

Please sign in to comment.