mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 06:26:45 +07:00
10 lines
262 B
Makefile
10 lines
262 B
Makefile
|
#
|
||
|
# Makefile for the National Semi-conductor Sonic devices.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MACSONIC) += macsonic.o
|
||
|
obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
|
||
|
obj-$(CONFIG_NATSEMI) += natsemi.o
|
||
|
obj-$(CONFIG_NS83820) += ns83820.o
|
||
|
obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o
|