From 58410109018f640bb8a95047a8c7023a4b50301f Mon Sep 17 00:00:00 2001 From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu> Date: Fri, 3 Nov 2023 14:32:51 -0400 Subject: [PATCH] Converted spaces to tabs --- books/beaglebone-cookbook/11misc/figures/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/books/beaglebone-cookbook/11misc/figures/Makefile b/books/beaglebone-cookbook/11misc/figures/Makefile index bf01a324..3edc4473 100644 --- a/books/beaglebone-cookbook/11misc/figures/Makefile +++ b/books/beaglebone-cookbook/11misc/figures/Makefile @@ -4,16 +4,16 @@ KDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(CURDIR) all: - make -C $(KDIR) M=$(PWD) modules + make -C $(KDIR) M=$(PWD) modules 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 PWD := $(CURDIR) all: - make -C $(KDIR) M=$(PWD) modules + make -C $(KDIR) M=$(PWD) modules clean: - make -C $(KDIR) M=$(PWD) clean + make -C $(KDIR) M=$(PWD) clean -- GitLab