123456789 |
- # SPDX-License-Identifier: GPL-2.0-only
- #
- # Joshua Henderson, <[email protected]>
- # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved.
- #
- obj-y := config.o early_clk.o init.o time.o
- obj-$(CONFIG_EARLY_PRINTK) += early_console.o \
- early_pin.o
|