Index: vkernel/Makefile |
diff --git a/vkernel/Makefile b/vkernel/Makefile |
deleted file mode 100644 |
index 5ada47e89a5a786538069d118fba0de498a6d334..0000000000000000000000000000000000000000 |
--- a/vkernel/Makefile |
+++ /dev/null |
@@ -1,19 +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)/include \ |
- -I$(FWDIR)/lib/include \ |
- -I$(FWDIR)/lib/cgptlib/include \ |
- -I$(FWDIR)/lib/cryptolib/include \ |
- -I../common/include \ |
- -I../utility/include \ |
- -I../misclibs/include |
- |
-BUILD_ROOT := ${BUILD}/vkernel |
- |
-ALL_SRCS = kernel_image.c kernel_image_fw.c load_kernel_fw.c |
- |
-include ../common.mk |
- |