diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-03 12:52:51 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-03 12:52:51 -0400 |
| commit | 76ee61642d9d5c7d2abb8b92adec7ec59bd8791a (patch) | |
| tree | 26900f50782daa467a10936a375e8ad8ea32027d /Makefile | |
| parent | c92305221770bb1316d026c200d569ca4e930e42 (diff) | |
| download | jove-os-76ee61642d9d5c7d2abb8b92adec7ec59bd8791a.tar.gz jove-os-76ee61642d9d5c7d2abb8b92adec7ec59bd8791a.tar.bz2 jove-os-76ee61642d9d5c7d2abb8b92adec7ec59bd8791a.zip | |
add header for elf, start working on elf loader
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ $(SYSROOTDIR)/usr/include: cp -r $(LIBDIR)/libc/include $(SYSROOTDIR)/usr/include cp -r $(KERNELDIR)/include/ $(SYSROOTDIR)/usr/include/kernel cp -r $(LIBDIR)/libjove/include $(SYSROOTDIR)/usr/include/jove + cp $(LIBDIR)/libelf/include/elf.h $(SYSROOTDIR)/usr/include/elf.h $(SYSROOTDIR): $(SYSROOTDIR)/usr/include |
