mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibBareMetal: Install headers so ports can pick them up
This commit is contained in:
parent
175cd4d9c2
commit
d5e167e725
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
install:
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/Output/
|
||||
cp ../LibBareMetal/*.h $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/
|
||||
cp ../LibBareMetal/Output/*.h $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/Output/
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue