From 5e9dc37818a017fd5cccba65b9268d715e414380 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sun, 19 Nov 2017 09:11:58 +0100 Subject: util/intelmetool: Fix lint errors and warnings Clean the code to fix all errors and warnings. No functional change. Changes: * Fix lines over 80chars * Fix typos * Restructure code to reduce indent level * Move RCBA handling into own files * Introduce helper functions for RCBA access * Move GPL string into header * Fix whitespace in macros Change-Id: Ib8e3617ebb34c47959d6619dfbc7189045e6b8f7 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/22521 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese --- util/intelmetool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/intelmetool/Makefile') diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile index 8857d954cd..5862dcac11 100644 --- a/util/intelmetool/Makefile +++ b/util/intelmetool/Makefile @@ -20,7 +20,7 @@ PREFIX ?= /usr/local CFLAGS ?= -O0 -g -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function LDFLAGS += -lpci -lz -OBJS = intelmetool.o me.o me_status.o mmap.o +OBJS = intelmetool.o me.o me_status.o mmap.o rcba.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) -- cgit v1.2.3