1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Makefile for the linux kernel. 4 # 5 # Note! Dependencies are done automagically by 'make dep', which also 6 # removes any old dependencies. DON'T put your own dependencies here 7 # unless it's something special (ie not a .c file). 8 9 # Object file lists. 10 11 # Cpu revision 12 obj-$(CONFIG_NOMADIK_8815) += cpu-8815.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.