Atlas - Makefile
Home / systems / linux / kernel / modules Lines: 1 | Size: 225 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1obj-m := proc.o 2demo-objs := proc.o 3demo-objs += $(patsubst %.c,%.o,$(wildcard lib/*.c)) 4 5KDIR := /usr/lib/modules/$(shell uname -r)/build 6 7all: 8 $(MAKE) -C $(KDIR) M=$(PWD) modules 9 10clean: 11 $(MAKE) -C $(KDIR) M=$(PWD) clean 12[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.