Added forgotten files and fixed minor build errors

This commit is contained in:
Bahadir Balban
2009-09-17 18:10:38 +03:00
parent ca3693afdc
commit f305d443c3
3 changed files with 5 additions and 2 deletions

View File

@@ -33,8 +33,7 @@ env = Environment(CC = 'arm-none-eabi-gcc',
ASFLAGS = ['-D__ASSEMBLY__'],
PROGSUFFIX = '.elf',
ENV = {'PATH' : os.environ['PATH']},
LIBS = ['gcc', 'c-baremetal', 'gcc'],
LIBPATH = [LIBC_LIBPATH, LIBELF_LIBPATH],
LIBS = ['gcc'],
CPPPATH = ['#include', LIBC_INCPATH, LIBELF_INCPATH])
libc = SConscript('loader/libs/c/SConscript', \

View File

@@ -0,0 +1,4 @@
.align 4
.section .data
.incbin "rootfs.img"

0
scripts/__init__.py Normal file
View File