Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 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 | |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 11 | # Cpu revision |
| 12 | obj-$(CONFIG_NOMADIK_8815) += cpu-8815.o |