[U-Boot] [PATCH] x86: coreboot: delete unused coreboot/config.mk

Masahiro Yamada yamada.m at jp.panasonic.com
Mon Feb 24 13:36:35 CET 2014


HOSTCFLAGS_autoconf.mk.dep was added by commit 422322f
but it has never been used.

Cc: Vadim Bendebury <vbendeb at chromium.org>
Cc: Simon Glass <sjg at chromium.org>
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

Hello Vadim, Simon.

I cannot understand what the hell this macro is used for.

Why HOSTCFLAGS_...?
Why not CFLAGS_... ?

Can you explain?


 board/chromebook-x86/coreboot/config.mk | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100644 board/chromebook-x86/coreboot/config.mk

diff --git a/board/chromebook-x86/coreboot/config.mk b/board/chromebook-x86/coreboot/config.mk
deleted file mode 100644
index 0c05dd0..0000000
--- a/board/chromebook-x86/coreboot/config.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
-#
-# SPDX-License-Identifier:	GPL-2.0	BSD-3-Clause
-#
-
-HOSTCFLAGS_autoconf.mk.dep = -Wno-variadic-macros
-- 
1.8.3.2



More information about the U-Boot mailing list