mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 12:29:45 +07:00
18a1e013cd
Adds gpio and nandflash handling for Artpec-3.
7 lines
132 B
Makefile
7 lines
132 B
Makefile
#
|
|
# Makefile for Etrax-specific drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ETRAX_NANDFLASH) += nandflash.o
|
|
obj-$(CONFIG_ETRAX_GPIO) += gpio.o
|