mirror of https://gitee.com/openkylin/linux.git
6 lines
129 B
Makefile
6 lines
129 B
Makefile
|
BINDIR=usr/bin
|
||
|
|
||
|
install:
|
||
|
mkdir -p $(INSTALL_ROOT)/$(BINDIR)
|
||
|
install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)"
|