diff options
Diffstat (limited to 'src/superio/smsc/lpc47m15x/Makefile.inc')
-rw-r--r-- | src/superio/smsc/lpc47m15x/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47m15x/Makefile.inc b/src/superio/smsc/lpc47m15x/Makefile.inc index 37ee88ee0f..1d3853f52f 100644 --- a/src/superio/smsc/lpc47m15x/Makefile.inc +++ b/src/superio/smsc/lpc47m15x/Makefile.inc @@ -18,4 +18,4 @@ ## #config chip.h -obj-$(CONFIG_SUPERIO_SMSC_LPC47M15X) += superio.o +ramstage-$(CONFIG_SUPERIO_SMSC_LPC47M15X) += superio.c |