diff options
Diffstat (limited to 'arch/arm/mach-ebsa110/Makefile')
-rw-r--r-- | arch/arm/mach-ebsa110/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ebsa110/Makefile b/arch/arm/mach-ebsa110/Makefile new file mode 100644 index 000000000..296541315 --- /dev/null +++ b/arch/arm/mach-ebsa110/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the linux kernel. +# + +# Object file lists. + +obj-y := core.o io.o leds.o |