summaryrefslogtreecommitdiff
path: root/src/devices/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-10-07 22:04:52 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-27 21:48:22 +0100
commitb6f765e7c85539b270dba407ff40846c3688ed60 (patch)
tree2958a12a09307add1624e99aec9167423320167b /src/devices/Makefile.inc
parent28b900afbd6bcf817654f6cfab90bea8af43f5bd (diff)
downloadcoreboot-b6f765e7c85539b270dba407ff40846c3688ed60.tar.xz
Provide weak empty declarations of all chip_ops used on a board
sconfig creates empty defaults for all chip_ops, which can be overridden by drivers simply by providing a concrete implementation. Change-Id: Ib37515f0b0747bdbf4da780d28690a1e719944b2 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/1567 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/devices/Makefile.inc')
-rw-r--r--src/devices/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/Makefile.inc b/src/devices/Makefile.inc
index 185ccc11a3..9d4b39146c 100644
--- a/src/devices/Makefile.inc
+++ b/src/devices/Makefile.inc
@@ -12,9 +12,6 @@ ramstage-y += pnp_device.c
ramstage-y += pci_ops.c
ramstage-y += smbus_ops.c
-# Work-around for chip.h removal
-ramstage-y += dummy_chip_ops.c
-
romstage-y+= device_romstage.c
subdirs-y += oprom