Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 lines
246B

  1. # Makefile for building both modules for the local machine
  2. obj-m += tcp_roccet.o
  3. obj-m += roccet_kprobe.o
  4. all:
  5. make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
  6. clean:
  7. make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean