diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-07 00:22:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-07 00:22:02 -0700 |
commit | 5f63065a16b65618b39314880c72074f0a8b5550 (patch) | |
tree | d8bcea4b57e5bd7e205a74d344191e683ecb82e9 | |
parent | 5569e4df50648a3ec131ba5e244da9b67d1a67db (diff) |
altos: Add fake install/uninstall targets for stm-bringup
Keep global 'make install' from failing.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/stm-bringup/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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: |