From aada2e127b43a81483064281cadc4d5fafcc3272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 7 Oct 2012 15:08:32 +0200 Subject: Every chip must have chip_operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forcing this rule, chip_ops can be added in the static devicetree regardless of the existence of the chip.h files. Change-Id: Iec1c23484e85cab3f80a34f2b082088f38ac4de9 Signed-off-by: Kyösti Mälkki Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/1472 Tested-by: build bot (Jenkins) --- src/devices/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/devices/Makefile.inc') diff --git a/src/devices/Makefile.inc b/src/devices/Makefile.inc index 9d4b39146c..185ccc11a3 100644 --- a/src/devices/Makefile.inc +++ b/src/devices/Makefile.inc @@ -12,6 +12,9 @@ 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 -- cgit v1.2.3