diff options
Diffstat (limited to 'src/superio/fintek/f71859/Makefile.inc')
-rwxr-xr-x | src/superio/fintek/f71859/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/Makefile.inc b/src/superio/fintek/f71859/Makefile.inc index 9849cbe14f..1e1205db77 100755 --- a/src/superio/fintek/f71859/Makefile.inc +++ b/src/superio/fintek/f71859/Makefile.inc @@ -17,4 +17,4 @@ ## #config chip.h -obj-$(CONFIG_SUPERIO_FINTEK_F71859) += superio.o +ramstage-$(CONFIG_SUPERIO_FINTEK_F71859) += superio.c |