Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 58410109 authored by Mark Yoder's avatar Mark Yoder
Browse files

Converted spaces to tabs

parent 0c7d46a6
Branches
Tags
2 merge requests!175PB2 documentation and UI changes,!154Draft: Diffs sitting on Mark Yoder's tree
...@@ -4,16 +4,16 @@ KDIR ?= /lib/modules/$(shell uname -r)/build ...@@ -4,16 +4,16 @@ KDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(CURDIR) PWD := $(CURDIR)
all: all:
make -C $(KDIR) M=$(PWD) modules make -C $(KDIR) M=$(PWD) modules
clean: clean:
make -C $(KDIR) M=$(PWD) cleanobj-m += tmp114.o make -C $(KDIR) M=$(PWD) cleanobj-m += tmp114.o
KDIR ?= /lib/modules/$(shell uname -r)/build KDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(CURDIR) PWD := $(CURDIR)
all: all:
make -C $(KDIR) M=$(PWD) modules make -C $(KDIR) M=$(PWD) modules
clean: clean:
make -C $(KDIR) M=$(PWD) clean make -C $(KDIR) M=$(PWD) clean
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment