]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Fixed letter case for NvM.
authormaek <devnull@localhost>
Wed, 1 Dec 2010 14:28:46 +0000 (15:28 +0100)
committermaek <devnull@localhost>
Wed, 1 Dec 2010 14:28:46 +0000 (15:28 +0100)
boards/board_common.mk

index cb4776c07104a3eb490daf7eedf3a0e1943a8187..15e13f52201f537508da98a69b0cafa08eb30dbd 100644 (file)
@@ -97,8 +97,8 @@ obj-$(USE_SPI) += Spi_Lcfg.o
 # NvM\r
 obj-$(USE_NVM) += NvM.o\r
 obj-$(USE_NVM) += NvM_Cfg.o\r
-inc-$(USE_NVM) += $(ROOTDIR)/memory/Nvm\r
-vpath-$(USE_NVM) += $(ROOTDIR)/memory/Nvm\r
+inc-$(USE_NVM) += $(ROOTDIR)/memory/NvM\r
+vpath-$(USE_NVM) += $(ROOTDIR)/memory/NvM\r
 \r
 # Fee\r
 obj-$(USE_FEE) += Fee.o\r