1
Fork 0
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:
Andreas Kling 2020-02-15 13:31:41 +01:00
parent 175cd4d9c2
commit d5e167e725

View file

@ -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