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.include (257B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2build := -f $(srctree)/tools/build/Makefile.build dir=. obj
      3
      4fixdep:
      5	$(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
      6
      7fixdep-clean:
      8	$(Q)$(MAKE) -C $(srctree)/tools/build clean
      9
     10.PHONY: fixdep