furkanmustafa / forcefully-remove-bootfb

releases memory areas used for BOOTFB for linux/kvm/vfio/pci-passthrough
GNU General Public License v3.0
22 stars 6 forks source link

Add `install` target to Makefile #4

Open furkanmustafa opened 2 years ago

furkanmustafa commented 2 years ago

Probably something like this;

install:
        $(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install

But this probably depends on KConfig as well.