# Realtek Semiconductor Corp.
#
# bsp/Makefile
#     Platform Makefile
#
# Copyright (C) 2006-2020
#

KBUILD_CFLAGS   += -I$(srctree)/arch/$(ARCH)/bsp
KBUILD_AFLAGS   += -I$(srctree)/arch/$(ARCH)/bsp

core-y		+= arch/arm64/bsp/
obj-y		+= chip_probe.o chip_probe_export.o
obj-y           += flash_partition.o

##
## uncomment following lines for customized linker script
##
#CPPFLAGS_vmlinux.lds := -DTEXT_OFFSET=$(TEXT_OFFSET)
#export KBUILD_LDS := arch/arm64/bsp/vmlinux.lds
#extra-y += vmlinux.lds
