blob: ddb1f7d56faea8dced2275c3b8d71edbe72c77d8 [file] [log] [blame]
Ben Cheng4a5eddd2017-12-13 15:42:21 +08001# Copyright 2017 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
5include common.mk
6
7CC_BINARY(memory-eater/memory-eater): memory-eater/memory-eater.o
8
9clean: CLEAN(memory-eater/memory-eater)
10
11all: CC_BINARY(memory-eater/memory-eater)