cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (297B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o
      3kvaser_usb-y = kvaser_usb_core.o kvaser_usb_leaf.o kvaser_usb_hydra.o
      4
      5# FIXME: temporarily silence -Warray-bounds on non W=1+ builds
      6ifndef KBUILD_EXTRA_WARN
      7CFLAGS_kvaser_usb_hydra.o += -Wno-array-bounds
      8endif