Some renaming for consistence.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12319 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
f31a721399
commit
2dd28213f1
|
@ -1,8 +1,8 @@
|
||||||
# List of all the Micron N25Q device files.
|
# List of all the Micron N25Q device files.
|
||||||
M25QSRC := $(CHIBIOS)/os/hal/lib/peripherals/flash/hal_flash.c \
|
M25QSRC := $(CHIBIOS)/os/hal/lib/peripherals/flash/hal_flash.c \
|
||||||
$(CHIBIOS)/os/hal/lib/peripherals/flash/hal_jesd216_flash.c \
|
$(CHIBIOS)/os/hal/lib/peripherals/flash/hal_jesd216_flash.c \
|
||||||
$(CHIBIOS)/os/hal/lib/complex/m25q/m25q.c \
|
$(CHIBIOS)/os/hal/lib/complex/m25q/serial_nor.c \
|
||||||
$(CHIBIOS)/os/hal/lib/complex/m25q/devices/micron_n25q/m25q_flash.c
|
$(CHIBIOS)/os/hal/lib/complex/m25q/devices/micron_n25q/micron_n25q.c
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
M25QINC := $(CHIBIOS)/os/hal/lib/peripherals/flash \
|
M25QINC := $(CHIBIOS)/os/hal/lib/peripherals/flash \
|
||||||
|
|
Loading…
Reference in New Issue