diff options
Diffstat (limited to 'drivers/cpu/Makefile')
-rw-r--r-- | drivers/cpu/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile new file mode 100644 index 0000000000..871016030f --- /dev/null +++ b/drivers/cpu/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (c) 2015 Google, Inc +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# +obj-$(CONFIG_CPU) += cpu-uclass.o |