aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2018-07-24 19:36:41 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-07-26 18:57:17 +1000
commitbe54c89e7e97e5127b2242dd81edda1b70362c44 (patch)
tree35f67728c905eb4ae05ef9bfe0210f94c701605f /hw/Makefile.inc
parentf385ac321e0ba0d73c1bc2e865c9b599fddfc66e (diff)
downloadskiboot-be54c89e7e97e5127b2242dd81edda1b70362c44.zip
skiboot-be54c89e7e97e5127b2242dd81edda1b70362c44.tar.gz
skiboot-be54c89e7e97e5127b2242dd81edda1b70362c44.tar.bz2
hw/phb4: Fix unused value/parameter warnings
Remove the phb4.c-specific CFLAGS that disable the unused value and unused parameter warnings, and cleanup the ensuing warnings. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index 4dec986..005772a 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -12,9 +12,6 @@ HW_OBJS += npu2-common.o npu2-opencapi.o phys-map.o sbe-p9.o capp.o occ-sensor.o
HW_OBJS += vas.o sbe-p8.o
HW=hw/built-in.a
-# FIXME hack this for now
-CFLAGS_hw/phb4.o = -Wno-unused-value -Wno-unused-parameter
-
include $(SRC)/hw/fsp/Makefile.inc
include $(SRC)/hw/ec/Makefile.inc
include $(SRC)/hw/ast-bmc/Makefile.inc