blob: bfa3494d43284c9d824ef7e7d761b8129e5a9fb6 [file] [log] [blame]
Elly Jonesbb8b6042012-05-09 18:23:041# 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.
8OUT ?= $(PWD)/build-opt
9$(filter-out _all,$(MAKECMDGOALS)) _all:
10$(MAKE) -C src $(MAKECMDGOALS) OUT=$(OUT)