summaryrefslogtreecommitdiffstats
path: root/driver/aim-network/Makefile
blob: 93d6570c52602fea5f5f8a7e8287e2f33c22882e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile
#

SRC := $(shell pwd)

obj-m := aim_network.o
aim_network-y := networking.o
CFLAGS_networking.o := -I$(src)/../include/

all:
	$(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules

modules_install:
	$(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install

clean:
	$(MAKE) -C $(KERNEL_SRC) M=$(SRC) clean
"o">*logrus.Logger, args []string, env []string) *GdbXds { fmt.Printf("Native gdb debug mode not supported on Windows !") os.Exit(int(syscall.ENOSYS)) return nil } func isIgnoredSignal(sig os.Signal) bool { return false }