summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-09-03 12:52:51 -0400
committerJon Santmyer <jon@jonsantmyer.com>2025-09-03 12:52:51 -0400
commit76ee61642d9d5c7d2abb8b92adec7ec59bd8791a (patch)
tree26900f50782daa467a10936a375e8ad8ea32027d /Makefile
parentc92305221770bb1316d026c200d569ca4e930e42 (diff)
downloadjove-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbb52f4..b9a4dd3 100644
--- a/Makefile
+++ b/Makefile
@@ -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