altos: Add fake install/uninstall targets for stm-bringup
authorKeith Packard <keithp@keithp.com>
Sat, 7 Apr 2012 07:22:02 +0000 (00:22 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Apr 2012 07:22:02 +0000 (00:22 -0700)
Keep global 'make install' from failing.
Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm-bringup/Makefile

index 1ba480ba9d401c19b9f2eace0fae53f311106122..01c8061432b6f4d7caf4c8b0d5ec7295922f12f4 100644 (file)
@@ -40,3 +40,7 @@ clean:
        rm -rf *.bin
 
 .PHONY: all clean
+
+install:
+
+uninstall: