diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-nexell/Makefile')
-rw-r--r-- | roms/u-boot/arch/arm/mach-nexell/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-nexell/Makefile b/roms/u-boot/arch/arm/mach-nexell/Makefile new file mode 100644 index 000000000..dda16dbb8 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-nexell/Makefile @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2016 Nexell +# Hyunseok, Jung <hsjung@nexell.co.kr> + +obj-y += clock.o +obj-y += timer.o +obj-y += reset.o +obj-y += nx_gpio.o +obj-y += tieoff.o +obj-$(CONFIG_ARCH_S5P4418) += reg-call.o +obj-$(CONFIG_ARCH_S5P4418) += nx_sec_reg.o |