aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/Micron/m25q.mk
blob: 6989f6184544836c2c417cf29be5fdb0103b452c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# List of all the m25Q device files.
M25QSRC := $(CHIBIOS)/os/hal/lib/peripherals/flash/hal_flash.c \
           $(CHIBIOS)/os/hal/lib/peripherals/flash/hal_jesd216_flash.c \
           $(CHIBIOS)/os/ex/Micron/m25q.c

# Required include directories
M25QINC := $(CHIBIOS)/os/hal/lib/peripherals/flash \
           $(CHIBIOS)/os/ex/Micron

# Shared variables
ALLCSRC += $(M25QSRC)
ALLINC  += $(M25QINC)