| Index: host/Makefile
|
| diff --git a/host/Makefile b/host/Makefile
|
| index 450f15aeef03f76d45042318befd5c6083022244..3226ac38e131c879c5bc0626035c2b912b4a803a 100644
|
| --- a/host/Makefile
|
| +++ b/host/Makefile
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +# 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.
|
|
|
| @@ -16,6 +16,7 @@ INCLUDES += \
|
| LIB_SRCS = \
|
| ./lib/crossystem.c \
|
| ./lib/file_keys.c \
|
| + ./lib/fmap.c \
|
| ./lib/host_common.c \
|
| ./lib/host_key.c \
|
| ./lib/host_keyblock.c \
|
|
|