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 (206B)


      1#
      2# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
      3# Licensed under the GPL
      4#
      5
      6hostfs-objs := hostfs_kern.o hostfs_user.o
      7
      8obj-y :=
      9obj-$(CONFIG_HOSTFS) += hostfs.o
     10
     11include arch/um/scripts/Makefile.rules