diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index f5e2c685be..bb125afb8f 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -8,7 +8,7 @@ ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += pnp_device.c ramstage-y += smbus_ops.c ifeq ($(CONFIG_AZALIA_PLUGIN_SUPPORT),y) -ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c +ramstage-srcs += $(wildcard src/mainboard/$(MAINBOARDDIR)/hda_verb.c) endif bootblock-y += device_const.c |