From: Olli Salonen Date: Thu, 25 May 2017 12:14:05 +0000 (+1000) Subject: Makefile: replace spaces with tabs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3e30542bfd2c7f003cf0a88b3b3cecd37af60e8;p=intel_nuc_led Makefile: replace spaces with tabs This broke compilation under standard Ubuntu 16.04 environment at least. --- diff --git a/Makefile b/Makefile index 3a8439a..e033584 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ KDIR := /lib/modules/$(KVERSION)/build PWD := $(shell pwd) default: - $(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 install: - $(MAKE) -C $(KDIR) M=$(PWD) modules_install - @depmod -a $(KVERSION) + $(MAKE) -C $(KDIR) M=$(PWD) modules_install + @depmod -a $(KVERSION)