summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-02 02:51:38 +0000
committermidipix <writeonce@midipix.org>2020-05-02 03:15:02 +0000
commit016fdc06ab049fd2fbfd36109c6ea677ef1e6ab7 (patch)
tree03a810e88bdb5f107f0df1d574438cec75d4fa73
parent7fdb9d96cb9467c34a4792ea4ed4fa1ffef9c9e5 (diff)
downloadmmglue-016fdc06ab049fd2fbfd36109c6ea677ef1e6ab7.tar.bz2
mmglue-016fdc06ab049fd2fbfd36109c6ea677ef1e6ab7.tar.xz
midipix targets: installed headers: remove <sys/soundcard.h>
-rw-r--r--arch/nt32/bits/soundcard.h2
-rw-r--r--arch/nt64/bits/soundcard.h2
-rw-r--r--project/os/midipix.mk1
3 files changed, 5 insertions, 0 deletions
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 <sys/soundcard.h>
+#error (and you should not be directly including <bits/soundcard.h> 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 <sys/soundcard.h>
+#error (and you should not be directly including <bits/soundcard.h> 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 \