aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.mk
blob: 07103fe295033cbe7a6d952e23b5bc1d4d53c469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# List of all the Micron N25Q device files.
N25QSRC := $(CHIBIOS)/os/hal/lib/peripherals/flash/hal_flash.c \
           $(CHIBIOS)/os/hal/lib/complex/serial_nor/serial_nor.c \
           $(CHIBIOS)/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c

# Required include directories
N25QINC := $(CHIBIOS)/os/hal/lib/peripherals/flash \
           $(CHIBIOS)/os/hal/lib/complex/serial_nor \
           $(CHIBIOS)/os/hal/lib/complex/serial_nor/devices/micron_n25q

# Shared variables
ALLCSRC += $(N25QSRC)
ALLINC  += $(N25QINC)