--- zzzz-none-000/linux-3.10.107/Documentation/blackfin/Makefile 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/Documentation/blackfin/Makefile 2021-02-04 17:41:59.000000000 +0000 @@ -1,6 +1,5 @@ +ifneq ($(CONFIG_BLACKFIN),) +ifneq ($(CONFIG_BFIN_GPTIMERS),) obj-m := gptimers-example.o - -all: modules - -modules clean: - $(MAKE) -C ../.. SUBDIRS=$(PWD) $@ +endif +endif