-
Type:
New Feature
-
Resolution: resolved
-
Priority:
Minor
-
Component/s: SW
-
None
This a proposal to change the hard-wired AFS paths in the AES drivers
Makefile:
HOME := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
COMP ?= arm-xilinx-linux-gnueabi-
ARCH := arm
KDIR ?= /afs/slac/g/cci/volumes/vol1/xilinx/linux-xlnx
placing the ? allows user override on the command line to a pick a different (cross)-compiler or kernel, for example
make COMP=/home/wittgen/x-tools7h/arm-unknown-linux-gnueabihf/bin/arm-unknown-linux-gnueabihf- KDIR=/home/wittgen/linux-v2018.1
- duplicates
-
ESROGUE-159 aes-stream-drivers/Makefile: remove /AFS/SLAC dependence
-
- Done
-