Repository URL to install this package:
|
Version:
4.9.40-1 ▾
|
linux-headers-4.9.40-rt30-realtime
/
usr
/
src
/
linux-headers-4.9.40-rt30-realtime
/
tools
/
testing
/
selftests
/
powerpc
/
syscalls
/
Makefile
|
|---|
TEST_PROGS := ipc_unmuxed
CFLAGS += -I../../../../../usr/include
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o