From 07f97fa74759fb01f825d6d48b8dd1e54d69a9d0 Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Wed, 17 Apr 2024 12:09:40 -0700 Subject: [PATCH] Update Makefile for S3DF ### Description - Updating the Makefile to use S3DF paths (instead of AFS) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 03ef582..b00f54e 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ LOC_VERS := $(patsubst %/,%,$(dir $(LOC_VERS))) LOC_VERS := $(notdir $(LOC_VERS)) # Define RCE module directories -RCE_DIRS := /afs/slac.stanford.edu/g/cci/volumes/vol1/xilinx/linux-xlnx-v2016.4 -RCE_DIRS += /afs/slac.stanford.edu/g/cci/volumes/vol1/xilinx/backup/linux-xlnx-v2016.1.01 +RCE_DIRS := /sdf/group/faders/tools/xilinx/rce_linux_kernel/linux-xlnx-v2016.4 +RCE_DIRS += /sdf/group/faders/tools/xilinx/rce_linux_kernel/backup/linux-xlnx-v2016.1.01 # Default target: Display the available build options all: