From 4b3ed4824c1286c5c2c4afa1512e02fac8c07247 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 23 Nov 2017 23:20:47 +0000 Subject: [PATCH] lib: Install driveiwre.h --- Library/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Makefile b/Library/Makefile index 4748f098..bed22d8f 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -49,8 +49,10 @@ ifeq ($(USERCPU),z80) install -m 0644 include/msp430x/*.h /opt/fcc/include/msp430x install -m 0644 include/netinet/*.h /opt/fcc/include/netinet install -m 0644 include/sys/*.h /opt/fcc/include/sys + install -m 0644 ../Kernel/include/drivewire.h /opt/fcc/include/sys/ install -m 0644 ../Kernel/include/userstructs.h /opt/fcc/include/sys/ endif ifeq ($(USERCPU),6502) install -m 0644 ../Kernel/include/userstructs.h include/sys/ + install -m 0644 ../Kernel/include/drivewire.h include/sys/ endif \ No newline at end of file -- 2.34.1