diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2015-03-24 11:22:44 +0000 |
---|---|---|
committer | Ben Dooks <ben.dooks@codethink.co.uk> | 2015-03-24 12:34:41 +0000 |
commit | 6163ee69678909ad5cb08854632819ba1e406ac3 (patch) | |
tree | 0a2fe79ae6313079b4b7aba0621406391b27af54 | |
parent | 41d441dd57bde202664982062de75a0579fe5bfc (diff) | |
download | linux-baserock/bjdooks/socfpga-v4.tar.gz |
tmp: add debug to mmcbaserock/bjdooks/socfpga-v4
-rw-r--r-- | drivers/mmc/core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/Makefile b/drivers/mmc/core/Makefile index 2c25138f28b7..b0db59fd9bbb 100644 --- a/drivers/mmc/core/Makefile +++ b/drivers/mmc/core/Makefile @@ -1,6 +1,7 @@ # # Makefile for the kernel mmc core. # +EXTRA_CFLAGS +=-DDEBUG obj-$(CONFIG_MMC) += mmc_core.o mmc_core-y := core.o bus.o host.o \ |