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 5323d21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 5323d21

Please sign in to comment.