mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 15:36:43 +07:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
ifneq ($(ARCH),m68k)
|
||
|
obj-y := sbus.o dvma.o
|
||
|
endif
|
||
|
|
||
|
obj-$(CONFIG_SBUSCHAR) += char/
|