From cbd7d213500a32a440b7feab9c549f6f06cea2dd Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Sun, 10 Mar 2024 17:25:12 +0100 Subject: [PATCH] Update nonfree rules. --- carfield.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/carfield.mk b/carfield.mk index b31ffa229..acc137b6b 100644 --- a/carfield.mk +++ b/carfield.mk @@ -45,7 +45,7 @@ include $(CAR_ROOT)/bender-safed.mk # Nonfree components # ###################### -CAR_NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:Astral/astral-nonfree.git +CAR_NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:astral/astral-nonfree.git CAR_NONFREE_COMMIT ?= d68da8ed ## @section Carfield platform nonfree components @@ -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 #