diff options
Diffstat (limited to 'src/boot/Makefile.inc')
-rw-r--r-- | src/boot/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/Makefile.inc b/src/boot/Makefile.inc index 01542b3eb6..a61f89ed00 100644 --- a/src/boot/Makefile.inc +++ b/src/boot/Makefile.inc @@ -1,2 +1,2 @@ -obj-y += hardwaremain.o -obj-y += selfboot.o +ramstage-y += hardwaremain.c +ramstage-y += selfboot.c |