751a3427e0
Since $(AS) is the assembler, passing it a list of preprocessor include flags doesn't make much sense. The files aren't preprocessed which means `#include` lines aren't respected, and while it would affect `.include` usage, we never use that, and it's extremely unlikely to change. Plus, it's extremely unlikely we'd have .s files in common places to include vs contained entirely within a specific arch dir, and at that point, it can be included directly (with no flags), or the arch can add the unique set of include paths that it needs for itself. |
||
---|---|---|
.. | ||
Makefile.in | ||
access.c | ||
chdir.c | ||
chmod.c | ||
chown.c | ||
close.c | ||
conv_stat.c | ||
crt0.S | ||
crti.S | ||
crtn.S | ||
dirfuncs.c | ||
dup.c | ||
dup2.c | ||
exit.c | ||
fchdir.c | ||
fchmod.c | ||
fchown.c | ||
fdatasync.c | ||
fstat.c | ||
fsync.c | ||
ftruncate.c | ||
getcwd.c | ||
getitimer.c | ||
getpagesize.c | ||
getpid.c | ||
gettimeofday.c | ||
isatty.c | ||
jsre.h | ||
kill.c | ||
lchown.c | ||
link.c | ||
linux_getpid.c | ||
linux_gettid.c | ||
linux_syscalls.c | ||
lockf.c | ||
lseek.c | ||
lstat.c | ||
mkdir.c | ||
mknod.c | ||
mkstemp.c | ||
mktemp.c | ||
mmap_eaddr.c | ||
mremap_eaddr.c | ||
msync_eaddr.c | ||
munmap_eaddr.c | ||
nanosleep.c | ||
open.c | ||
pread.c | ||
pwrite.c | ||
read.c | ||
readlink.c | ||
readv.c | ||
rmdir.c | ||
sbrk.c | ||
sched_yield.c | ||
setitimer.c | ||
shm_open.c | ||
shm_unlink.c | ||
stat.c | ||
symlink.c | ||
sync.c | ||
syscalls.c | ||
times.c | ||
truncate.c | ||
umask.c | ||
unlink.c | ||
utime.c | ||
utimes.c | ||
write.c | ||
writev.c |