diff options
Diffstat (limited to 'Documentation/blackfin/Makefile')
-rw-r--r-- | Documentation/blackfin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/blackfin/Makefile b/Documentation/blackfin/Makefile index 03f78059d6f5..6782c58fbc29 100644 --- a/Documentation/blackfin/Makefile +++ b/Documentation/blackfin/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifneq ($(CONFIG_BLACKFIN),) | 1 | ifneq ($(CONFIG_BLACKFIN),) |
2 | ifneq ($(CONFIG_BFIN_GPTIMERS,) | 2 | ifneq ($(CONFIG_BFIN_GPTIMERS),) |
3 | obj-m := gptimers-example.o | 3 | obj-m := gptimers-example.o |
4 | endif | 4 | endif |
5 | endif | 5 | endif |