diff options
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index becef5954356..7b2bdceca080 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -1,8 +1,4 @@ | |||
1 | # generic gpio support: dedicated expander chips, etc | 1 | # generic gpio support: platform drivers, dedicated expander chips, etc |
2 | # | ||
3 | # NOTE: platform-specific GPIO drivers don't belong in the | ||
4 | # drivers/gpio directory; put them with other platform setup | ||
5 | # code, IRQ controllers, board init, etc. | ||
6 | 2 | ||
7 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG | 3 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG |
8 | 4 | ||