From 016fdc06ab049fd2fbfd36109c6ea677ef1e6ab7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 2 May 2020 02:51:38 +0000 Subject: midipix targets: installed headers: remove --- arch/nt32/bits/soundcard.h | 2 ++ arch/nt64/bits/soundcard.h | 2 ++ project/os/midipix.mk | 1 + 3 files changed, 5 insertions(+) create mode 100644 arch/nt32/bits/soundcard.h create mode 100644 arch/nt64/bits/soundcard.h 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 \ -- cgit v1.2.3