| Elly Jones | bb8b604 | 2012-05-09 18:23:04 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be | ||||
| 3 | # found in the LICENSE file. | ||||
| 4 | |||||
| 5 | # Stub makefile. | ||||
| 6 | |||||
| 7 | # Make sure a passed in OUT= isn't lost. | ||||
| 8 | OUT ?= $(PWD)/build-opt | ||||
| 9 | $(filter-out _all,$(MAKECMDGOALS)) _all: | ||||
| 10 | $(MAKE) -C src $(MAKECMDGOALS) OUT=$(OUT) | ||||