Remove installation of rpiboot to /usr/bin
This commit is contained in:
parent
8c6a3a6b09
commit
9e6ff777bb
9
Makefile
9
Makefile
@ -1,13 +1,6 @@
|
||||
rpiboot: main.c
|
||||
$(CC) -g -o $@ $< -lusb-1.0
|
||||
|
||||
install: rpiboot
|
||||
cp rpiboot /usr/bin
|
||||
mkdir -p /usr/share/rpiboot
|
||||
cp usbbootcode.bin /usr/share/rpiboot
|
||||
cp msd.elf /usr/share/rpiboot
|
||||
cp buildroot.elf /usr/share/rpiboot
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/bin/rpiboot
|
||||
rm -f /usr/share/rpiboot/usbbootcode.bin
|
||||
@ -18,4 +11,4 @@ uninstall:
|
||||
clean:
|
||||
rm rpiboot
|
||||
|
||||
.PHONY: install uninstall clean
|
||||
.PHONY: uninstall clean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user