You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
308 B
10 lines
308 B
6 years ago
|
--- a/arch/arm/mach-cns3xxx/Makefile
|
||
|
+++ b/arch/arm/mach-cns3xxx/Makefile
|
||
|
@@ -1,4 +1,6 @@
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
+ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
|
||
|
+
|
||
|
obj-$(CONFIG_ARCH_CNS3XXX) += cns3xxx.o
|
||
|
cns3xxx-y += core.o pm.o
|
||
|
cns3xxx-$(CONFIG_ATAGS) += devices.o
|