1# 2# Joshua Henderson, <joshua.henderson@microchip.com> 3# Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. 4# 5obj-y := init.o time.o config.o 6 7obj-$(CONFIG_EARLY_PRINTK) += early_console.o \ 8 early_pin.o \ 9 early_clk.o 10
1# 2# Joshua Henderson, <joshua.henderson@microchip.com> 3# Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. 4# 5obj-y := init.o time.o config.o 6 7obj-$(CONFIG_EARLY_PRINTK) += early_console.o \ 8 early_pin.o \ 9 early_clk.o 10