]> Git Repo - u-boot.git/blob - arch/riscv/Makefile
cmd: Add bind/unbind commands to bind a device to a driver from the command line
[u-boot.git] / arch / riscv / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2017 Andes Technology Corporation.
4 # Rick Chen, Andes Technology Corporation <[email protected]>
5
6 head-y := arch/riscv/cpu/$(CPU)/start.o
7
8 libs-y += arch/riscv/cpu/$(CPU)/
9 libs-y += arch/riscv/lib/
This page took 0.02926 seconds and 4 git commands to generate.