/usr/src/fwts-efi-runtime-dkms-14.03.01/Makefile is in fwts-efi-runtime-dkms 14.03.01-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | obj-m += efi_runtime.o
all:
make -C /lib/modules/$(KVER)/build M=`pwd` modules
install:
make -C /lib/modules/$(KVER)/build M=`pwd` modules_install
clean:
make -C /lib/modules/$(KVER)/build M=`pwd` clean
|