diff options
Diffstat (limited to 'src/boot/Makefile.inc')
-rw-r--r-- | src/boot/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/Makefile.inc b/src/boot/Makefile.inc new file mode 100644 index 0000000000..01542b3eb6 --- /dev/null +++ b/src/boot/Makefile.inc @@ -0,0 +1,2 @@ +obj-y += hardwaremain.o +obj-y += selfboot.o |