diff options
Diffstat (limited to 'roms/u-boot/board/phytec/pcl063/Makefile')
-rw-r--r-- | roms/u-boot/board/phytec/pcl063/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/board/phytec/pcl063/Makefile b/roms/u-boot/board/phytec/pcl063/Makefile new file mode 100644 index 000000000..53c73c9b0 --- /dev/null +++ b/roms/u-boot/board/phytec/pcl063/Makefile @@ -0,0 +1,7 @@ +# Copyright (C) 2018 Collabora Ltd. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := pcl063.o +obj-$(CONFIG_SPL_BUILD) += spl.o |