From 016fdc06ab049fd2fbfd36109c6ea677ef1e6ab7 Mon Sep 17 00:00:00 2001 From: midipix Date: May 02 2020 03:15:02 +0000 Subject: midipix targets: installed headers: remove --- diff --git a/arch/nt32/bits/soundcard.h b/arch/nt32/bits/soundcard.h new file mode 100644 index 0000000..4bf1441 --- /dev/null +++ b/arch/nt32/bits/soundcard.h @@ -0,0 +1,2 @@ +#error This target does not provide +#error (and you should not be directly including in the first place...) diff --git a/arch/nt64/bits/soundcard.h b/arch/nt64/bits/soundcard.h new file mode 100644 index 0000000..4bf1441 --- /dev/null +++ b/arch/nt64/bits/soundcard.h @@ -0,0 +1,2 @@ +#error This target does not provide +#error (and you should not be directly including in the first place...) diff --git a/project/os/midipix.mk b/project/os/midipix.mk index efeec05..7973120 100644 --- a/project/os/midipix.mk +++ b/project/os/midipix.mk @@ -1,2 +1,3 @@ OS_EXCLUDE_LIBC_HEADERS = \ $(SOURCE_DIR)/include/sys/epoll.h \ + $(SOURCE_DIR)/include/sys/soundcard.h \