kernel/arch/m68k/atari/Makefile
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Makefile for Linux arch/m68k/atari source directory 3 4 # .. .. @@ -6,3 +7,5 @@ 6 7 atasound.o stram.o 7 8 8 9 obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o 10 +11 +obj-$(CONFIG_NVRAM:m=y) += nvram.o