Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: vfirmware/Makefile

Issue 2835006: Remove old firmware verification code (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vboot_firmware/linktest/main.c ('k') | vfirmware/firmware_image.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vfirmware/Makefile
diff --git a/vfirmware/Makefile b/vfirmware/Makefile
deleted file mode 100644
index d18d19fd73173444a75b77a55c01eaf1f260edc3..0000000000000000000000000000000000000000
--- a/vfirmware/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (c) 2010 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.
-
-INCLUDES += -I./include \
- -I$(FWDIR)/lib/include \
- -I$(FWDIR)/lib/cryptolib/include \
- -I../common/include \
- -I../misclibs/include
-
-BUILD_ROOT := ${BUILD}/vfirmware
-
-ALL_SRCS = firmware_image.c
-
-include ../common.mk
-
-all: $(ALL_OBJS)
-
« no previous file with comments | « vboot_firmware/linktest/main.c ('k') | vfirmware/firmware_image.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698