Allow override of kernel/compiler options for AES drivers

XMLWordPrintable

    • 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

              Assignee:
              Ryan Herbst
              Reporter:
              Matthias Wittgen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: