blob: a4621560fbb4545313a9577589b3c54b754d7f03 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
include common.mk
CFLAGS += -Wno-format-nonliteral
bootcache_OBJS = bootcache.o
clean: CLEAN(bootcache)
all: CC_BINARY(bootcache)
CC_BINARY(bootcache): $(bootcache_OBJS)