From: Keith Packard Date: Sat, 7 Apr 2012 07:22:02 +0000 (-0700) Subject: altos: Add fake install/uninstall targets for stm-bringup X-Git-Tag: 1.0.9.5~83 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5f63065a16b65618b39314880c72074f0a8b5550 altos: Add fake install/uninstall targets for stm-bringup Keep global 'make install' from failing. Signed-off-by: Keith Packard --- diff --git a/src/stm-bringup/Makefile b/src/stm-bringup/Makefile index 1ba480ba..01c80614 100644 --- a/src/stm-bringup/Makefile +++ b/src/stm-bringup/Makefile @@ -40,3 +40,7 @@ clean: rm -rf *.bin .PHONY: all clean + +install: + +uninstall: