mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibBareMetal: Install headers so ports can pick them up
This commit is contained in:
parent
175cd4d9c2
commit
d5e167e725
Notes:
sideshowbarker
2024-07-19 09:18:55 +09:00
Author: https://github.com/awesomekling
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
|
include ../../Makefile.common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue