[core] Add support for alternate install path

This is needed for the arch build system, closes #1
This commit is contained in:
Spencer Harmon 2020-11-14 01:03:19 -06:00 committed by Geoffrey McRae
parent 0dab58276f
commit 3666550051
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ build:
$(MAKE) -C $(KDIR) M=$(PWD) modules $(MAKE) -C $(KDIR) M=$(PWD) modules
install: install:
$(MAKE) -C $(KDIR) M=$(PWD) modules_install $(MAKE) -C $(KDIR) M=$(PWD) INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) modules_install
clean: clean:
$(MAKE) -C $(KDIR) M=$(PWD) clean $(MAKE) -C $(KDIR) M=$(PWD) clean